Changeset bc694b0 in mainline
- Timestamp:
 - 2019-02-08T12:55:28Z (7 years ago)
 - Children:
 - 0e60443
 - Parents:
 - 1bdfbe52
 - git-author:
 - Matthieu Riolo <matthieu.riolo@…> (2019-01-12 13:06:03)
 - 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/gsort.c (added)
 - 
          
  test/main.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/c/Makefile
r1bdfbe52 rbc694b0 203 203 test/str.c \ 204 204 test/string.c \ 205 test/cap.c 205 test/cap.c \ 206 test/gsort.c 206 207 207 208 include $(USPACE_PREFIX)/Makefile.common  - 
      
uspace/lib/c/test/main.c
r1bdfbe52 rbc694b0 47 47 PCUT_IMPORT(table); 48 48 PCUT_IMPORT(cap); 49 PCUT_IMPORT(gsort); 49 50 50 51 PCUT_MAIN();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  