Changeset d64303b in mainline
- Timestamp:
 - 2019-02-08T12:55:28Z (7 years ago)
 - Children:
 - f08da1c
 - Parents:
 - 0e60443
 - git-author:
 - Matthieu Riolo <matthieu.riolo@…> (2019-01-14 03:22:07)
 - git-committer:
 - Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
 - Location:
 - uspace/lib/c
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
          
  Makefile (modified) (1 diff)
 - 
          
  test/ieee_double.c (added)
 - 
          
  test/main.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/c/Makefile
r0e60443 rd64303b 204 204 test/string.c \ 205 205 test/cap.c \ 206 test/gsort.c 206 test/gsort.c \ 207 test/ieee_double.c 207 208 208 209 include $(USPACE_PREFIX)/Makefile.common  - 
      
uspace/lib/c/test/main.c
r0e60443 rd64303b 48 48 PCUT_IMPORT(cap); 49 49 PCUT_IMPORT(gsort); 50 PCUT_IMPORT(ieee_double); 50 51 51 52 PCUT_MAIN();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  