Changeset 46483f9 in mainline
- Timestamp:
- 2019-02-08T12:55:28Z (6 years ago)
- Children:
- 2c7ef07
- Parents:
- d3c129d
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-04 18:46:35)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rd3c129d r46483f9 205 205 test/cap.c \ 206 206 test/gsort.c \ 207 test/ieee_double.c 207 test/ieee_double.c \ 208 test/double_to_str.c 208 209 209 210 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
rd3c129d r46483f9 49 49 PCUT_IMPORT(gsort); 50 50 PCUT_IMPORT(ieee_double); 51 PCUT_IMPORT(double_to_str); 51 52 52 53 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.