Changeset bc417660 in mainline for uspace/lib/c/test/main.c


Ignore:
Timestamp:
2019-02-23T16:28:16Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab87db5
Parents:
098e16a5 (diff), 76ec309b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pcut tests and corrections by matthieuriolo

File:
1 edited

Legend:

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

    r098e16a5 rbc417660  
    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.