Ignore:
File:
1 edited

Legend:

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

    r32236e5 r88e7dc5  
    3232PCUT_INIT;
    3333
     34PCUT_IMPORT(cap);
    3435PCUT_IMPORT(casting);
    3536PCUT_IMPORT(circ_buf);
     37PCUT_IMPORT(double_to_str);
    3638PCUT_IMPORT(fibril_timer);
     39PCUT_IMPORT(getopt);
     40PCUT_IMPORT(gsort);
     41PCUT_IMPORT(ieee_double);
     42PCUT_IMPORT(imath);
    3743PCUT_IMPORT(inttypes);
    3844PCUT_IMPORT(mem);
     
    4854PCUT_IMPORT(string);
    4955PCUT_IMPORT(table);
     56PCUT_IMPORT(uuid);
    5057
    5158PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.