Changeset 1bdfbe52 in mainline
- Timestamp:
- 2019-02-08T12:55:19Z (6 years ago)
- Children:
- bc694b0
- Parents:
- daab04c9
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-01-12 11:32:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:19)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rdaab04c9 r1bdfbe52 202 202 test/stdlib.c \ 203 203 test/str.c \ 204 test/string.c 204 test/string.c \ 205 test/cap.c 205 206 206 207 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
rdaab04c9 r1bdfbe52 46 46 PCUT_IMPORT(string); 47 47 PCUT_IMPORT(table); 48 PCUT_IMPORT(cap); 48 49 49 50 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.