Changeset 2c7ef07 in mainline
- Timestamp:
- 2019-02-09T10:48:41Z (6 years ago)
- Children:
- 84331cf
- Parents:
- 46483f9
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-07 15:05:16)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-09 10:48:41)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r46483f9 r2c7ef07 206 206 test/gsort.c \ 207 207 test/ieee_double.c \ 208 test/double_to_str.c 208 test/double_to_str.c \ 209 test/getopt.c 209 210 210 211 include $(USPACE_PREFIX)/Makefile.common -
uspace/lib/c/test/main.c
r46483f9 r2c7ef07 50 50 PCUT_IMPORT(ieee_double); 51 51 PCUT_IMPORT(double_to_str); 52 PCUT_IMPORT(getopt); 52 53 53 54 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.