Changes in uspace/lib/c/Makefile [67ca359:88e7dc5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r67ca359 r88e7dc5 190 190 TEST_SOURCES = \ 191 191 test/adt/circ_buf.c \ 192 test/adt/odict.c \ 193 test/cap.c \ 192 194 test/casting.c \ 195 test/double_to_str.c \ 193 196 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 \ 194 203 test/main.c \ 195 204 test/mem.c \ 196 test/inttypes.c \197 test/io/table.c \198 test/stdio/scanf.c \199 test/odict.c \200 205 test/perf.c \ 201 206 test/perm.c \ 202 207 test/qsort.c \ 203 208 test/sprintf.c \ 209 test/stdio/scanf.c \ 204 210 test/stdio.c \ 205 211 test/stdlib.c \ 206 212 test/str.c \ 207 test/string.c 213 test/string.c \ 214 test/uuid.c 208 215 209 216 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.