Changeset 12dcd5f in mainline
- Timestamp:
- 2017-09-07T16:16:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 975d528
- Parents:
- fc3d4fd5
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rfc3d4fd5 r12dcd5f 180 180 181 181 TEST_SOURCES = \ 182 test/fibril/timer.c \ 182 183 test/main.c \ 183 184 test/odict.c \ -
uspace/lib/c/test/main.c
rfc3d4fd5 r12dcd5f 32 32 PCUT_INIT 33 33 34 PCUT_IMPORT(fibril_timer); 34 35 PCUT_IMPORT(odict); 35 36 PCUT_IMPORT(qsort);
Note:
See TracChangeset
for help on using the changeset viewer.