Changes in uspace/lib/c/test/main.c [32236e5:8f18f1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/main.c
r32236e5 r8f18f1e 32 32 PCUT_INIT; 33 33 34 PCUT_IMPORT(casting);35 34 PCUT_IMPORT(circ_buf); 36 35 PCUT_IMPORT(fibril_timer); … … 38 37 PCUT_IMPORT(mem); 39 38 PCUT_IMPORT(odict); 40 PCUT_IMPORT(perf);41 39 PCUT_IMPORT(perm); 42 40 PCUT_IMPORT(qsort); … … 48 46 PCUT_IMPORT(string); 49 47 PCUT_IMPORT(table); 48 PCUT_IMPORT(cap); 49 PCUT_IMPORT(gsort); 50 PCUT_IMPORT(ieee_double); 51 PCUT_IMPORT(double_to_str); 52 PCUT_IMPORT(getopt); 53 PCUT_IMPORT(uuid); 54 PCUT_IMPORT(imath); 50 55 51 56 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.