Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/main.c

    r8f18f1e r32236e5  
    3232PCUT_INIT;
    3333
     34PCUT_IMPORT(casting);
    3435PCUT_IMPORT(circ_buf);
    3536PCUT_IMPORT(fibril_timer);
     
    3738PCUT_IMPORT(mem);
    3839PCUT_IMPORT(odict);
     40PCUT_IMPORT(perf);
    3941PCUT_IMPORT(perm);
    4042PCUT_IMPORT(qsort);
     
    4648PCUT_IMPORT(string);
    4749PCUT_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);
    5550
    5651PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.