Changeset 8f18f1e in mainline
- Timestamp:
- 2019-02-11T13:49:35Z (6 years ago)
- Children:
- aa57bf7
- Parents:
- f52ce72
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-10 20:41:22)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-11 13:49:35)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rf52ce72 r8f18f1e 208 208 test/double_to_str.c \ 209 209 test/getopt.c \ 210 test/uuid.c 210 test/uuid.c \ 211 test/imath.c 211 212 212 213 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
rf52ce72 r8f18f1e 52 52 PCUT_IMPORT(getopt); 53 53 PCUT_IMPORT(uuid); 54 PCUT_IMPORT(imath); 54 55 55 56 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.