Changeset bc417660 in mainline for uspace/lib/c/test/main.c
- Timestamp:
- 2019-02-23T16:28:16Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab87db5
- Parents:
- 098e16a5 (diff), 76ec309b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/main.c
r098e16a5 rbc417660 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.