Changes in uspace/lib/c/Makefile [8f18f1e:67ca359] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r8f18f1e r67ca359  
    5353        generic/context.c \
    5454        generic/corecfg.c \
     55        generic/ctype.c \
    5556        generic/devman.c \
    5657        generic/device/hw_res.c \
     
    189190TEST_SOURCES = \
    190191        test/adt/circ_buf.c \
    191         test/adt/odict.c \
     192        test/casting.c \
    192193        test/fibril/timer.c \
    193194        test/main.c \
     
    196197        test/io/table.c \
    197198        test/stdio/scanf.c \
     199        test/odict.c \
     200        test/perf.c \
    198201        test/perm.c \
    199202        test/qsort.c \
     
    202205        test/stdlib.c \
    203206        test/str.c \
    204         test/string.c \
    205         test/cap.c \
    206         test/gsort.c \
    207         test/ieee_double.c \
    208         test/double_to_str.c \
    209         test/getopt.c \
    210         test/uuid.c \
    211         test/imath.c
     207        test/string.c
    212208
    213209include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.