Changeset 401415a in mainline
- Timestamp:
- 2019-02-12T16:41:52Z (6 years ago)
- Children:
- 9e7406a
- Parents:
- 62101bee
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 15:46:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 16:41:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/main.c
r62101bee r401415a 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); 50 PCUT_IMPORT(cap);51 PCUT_IMPORT(gsort);52 PCUT_IMPORT(ieee_double);53 PCUT_IMPORT(double_to_str);54 PCUT_IMPORT(getopt);55 56 PCUT_IMPORT(uuid); 56 PCUT_IMPORT(imath);57 57 58 58 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.