Ignore:
File:
1 edited

Legend:

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

    r32236e5 r8f18f1e  
    3232PCUT_INIT;
    3333
    34 PCUT_IMPORT(casting);
    3534PCUT_IMPORT(circ_buf);
    3635PCUT_IMPORT(fibril_timer);
     
    3837PCUT_IMPORT(mem);
    3938PCUT_IMPORT(odict);
    40 PCUT_IMPORT(perf);
    4139PCUT_IMPORT(perm);
    4240PCUT_IMPORT(qsort);
     
    4846PCUT_IMPORT(string);
    4947PCUT_IMPORT(table);
     48PCUT_IMPORT(cap);
     49PCUT_IMPORT(gsort);
     50PCUT_IMPORT(ieee_double);
     51PCUT_IMPORT(double_to_str);
     52PCUT_IMPORT(getopt);
     53PCUT_IMPORT(uuid);
     54PCUT_IMPORT(imath);
    5055
    5156PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.