Changeset 7a6065c in mainline for uspace/lib/c
- Timestamp:
- 2017-11-23T11:56:31Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 221176c1
- Parents:
- 74017ce
- git-author:
- Jiri Svoboda <jiri@…> (2017-11-22 19:55:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2017-11-23 11:56:31)
- Location:
- uspace/lib/c
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r74017ce r7a6065c 143 143 generic/getopt.c \ 144 144 generic/adt/checksum.c \ 145 generic/adt/circ_buf.c \ 145 146 generic/adt/list.c \ 146 147 generic/adt/hash_table.c \ … … 181 182 182 183 TEST_SOURCES = \ 184 test/adt/circ_buf.c \ 183 185 test/fibril/timer.c \ 184 186 test/main.c \ -
uspace/lib/c/test/main.c
r74017ce r7a6065c 32 32 PCUT_INIT 33 33 34 PCUT_IMPORT(circ_buf); 34 35 PCUT_IMPORT(fibril_timer); 35 36 PCUT_IMPORT(odict);
Note:
See TracChangeset
for help on using the changeset viewer.