Changeset bc417660 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2019-02-23T16:28:16Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab87db5
Parents:
098e16a5 (diff), 76ec309b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pcut tests and corrections by matthieuriolo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r098e16a5 rbc417660  
    190190TEST_SOURCES = \
    191191        test/adt/circ_buf.c \
     192        test/adt/odict.c \
     193        test/cap.c \
    192194        test/casting.c \
     195        test/double_to_str.c \
    193196        test/fibril/timer.c \
     197        test/getopt.c \
     198        test/gsort.c \
     199        test/ieee_double.c \
     200        test/imath.c \
     201        test/inttypes.c \
     202        test/io/table.c \
    194203        test/main.c \
    195204        test/mem.c \
    196         test/inttypes.c \
    197         test/io/table.c \
    198         test/stdio/scanf.c \
    199         test/odict.c \
    200205        test/perf.c \
    201206        test/perm.c \
    202207        test/qsort.c \
    203208        test/sprintf.c \
     209        test/stdio/scanf.c \
    204210        test/stdio.c \
    205211        test/stdlib.c \
    206212        test/str.c \
    207         test/string.c
     213        test/string.c \
     214        test/uuid.c
    208215
    209216include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.