Changeset 81c4e6ec in mainline for uspace/lib/c
- Timestamp:
- 2020-07-05T20:46:27Z (5 years ago)
- Parents:
- a73aaec1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:37:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:46:27)
- Location:
- uspace/lib/c
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
ra73aaec1 r81c4e6ec 145 145 generic/loader.c \ 146 146 generic/getopt.c \ 147 generic/adt/array.c \148 147 generic/adt/checksum.c \ 149 148 generic/adt/circ_buf.c \ … … 192 191 193 192 TEST_SOURCES = \ 194 test/adt/array.c \195 193 test/adt/circ_buf.c \ 196 194 test/adt/odict.c \ -
uspace/lib/c/test/main.c
ra73aaec1 r81c4e6ec 32 32 PCUT_INIT; 33 33 34 PCUT_IMPORT(array);35 34 PCUT_IMPORT(cap); 36 35 PCUT_IMPORT(casting);
Note:
See TracChangeset
for help on using the changeset viewer.