Changes in uspace/lib/c/Makefile [88e7dc5:67ca359] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r88e7dc5 r67ca359  
    190190TEST_SOURCES = \
    191191        test/adt/circ_buf.c \
    192         test/adt/odict.c \
    193         test/cap.c \
    194192        test/casting.c \
    195         test/double_to_str.c \
    196193        test/fibril/timer.c \
    197         test/getopt.c \
    198         test/gsort.c \
    199         test/ieee_double.c \
    200         test/imath.c \
     194        test/main.c \
     195        test/mem.c \
    201196        test/inttypes.c \
    202197        test/io/table.c \
    203         test/main.c \
    204         test/mem.c \
     198        test/stdio/scanf.c \
     199        test/odict.c \
    205200        test/perf.c \
    206201        test/perm.c \
    207202        test/qsort.c \
    208203        test/sprintf.c \
    209         test/stdio/scanf.c \
    210204        test/stdio.c \
    211205        test/stdlib.c \
    212206        test/str.c \
    213         test/string.c \
    214         test/uuid.c
     207        test/string.c
    215208
    216209include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.