Changeset 32236e5 in mainline
- Timestamp:
- 2019-01-01T19:45:58Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 713ba400
- Parents:
- 7e85d2b
- Location:
- uspace/lib/c
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r7e85d2b r32236e5 188 188 TEST_SOURCES = \ 189 189 test/adt/circ_buf.c \ 190 test/casting.c \ 190 191 test/fibril/timer.c \ 191 192 test/main.c \ -
uspace/lib/c/test/main.c
r7e85d2b r32236e5 32 32 PCUT_INIT; 33 33 34 PCUT_IMPORT(casting); 34 35 PCUT_IMPORT(circ_buf); 35 36 PCUT_IMPORT(fibril_timer);
Note:
See TracChangeset
for help on using the changeset viewer.