Changeset 401415a in mainline


Ignore:
Timestamp:
2019-02-12T16:41:52Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
9e7406a
Parents:
62101bee
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 15:46:10)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 16:41:52)
Message:

correcting lexicographical order of libc tests

File:
1 edited

Legend:

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

    r62101bee r401415a  
    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);
    50 PCUT_IMPORT(cap);
    51 PCUT_IMPORT(gsort);
    52 PCUT_IMPORT(ieee_double);
    53 PCUT_IMPORT(double_to_str);
    54 PCUT_IMPORT(getopt);
    5556PCUT_IMPORT(uuid);
    56 PCUT_IMPORT(imath);
    5757
    5858PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.