Changeset a508e82 in mainline
- Timestamp:
- 2019-02-09T18:28:21Z (6 years ago)
- Children:
- ed3d605
- Parents:
- 84331cf
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-09 10:56:46)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-09 18:28:21)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r84331cf ra508e82 207 207 test/ieee_double.c \ 208 208 test/double_to_str.c \ 209 test/getopt.c 209 test/getopt.c \ 210 test/uuid.c 210 211 211 212 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
r84331cf ra508e82 51 51 PCUT_IMPORT(double_to_str); 52 52 PCUT_IMPORT(getopt); 53 PCUT_IMPORT(uuid); 53 54 54 55 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.