Changeset 88e7dc5 in mainline for uspace/lib/c/test
- Timestamp:
- 2019-02-18T17:02:54Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bae2a05f
- Parents:
- fc9167f
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-01-12 11:32:10)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-18 17:02:54)
- Location:
- uspace/lib/c/test
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/main.c
rfc9167f r88e7dc5 32 32 PCUT_INIT; 33 33 34 PCUT_IMPORT(cap); 34 35 PCUT_IMPORT(casting); 35 36 PCUT_IMPORT(circ_buf); 37 PCUT_IMPORT(double_to_str); 36 38 PCUT_IMPORT(fibril_timer); 39 PCUT_IMPORT(getopt); 40 PCUT_IMPORT(gsort); 41 PCUT_IMPORT(ieee_double); 42 PCUT_IMPORT(imath); 37 43 PCUT_IMPORT(inttypes); 38 44 PCUT_IMPORT(mem); … … 48 54 PCUT_IMPORT(string); 49 55 PCUT_IMPORT(table); 56 PCUT_IMPORT(uuid); 50 57 51 58 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.