Changeset 8f18f1e in mainline


Ignore:
Timestamp:
2019-02-11T13:49:35Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
aa57bf7
Parents:
f52ce72
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-10 20:41:22)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-11 13:49:35)
Message:

adding test cases for imath

Location:
uspace/lib/c
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rf52ce72 r8f18f1e  
    208208        test/double_to_str.c \
    209209        test/getopt.c \
    210         test/uuid.c
     210        test/uuid.c \
     211        test/imath.c
    211212
    212213include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    rf52ce72 r8f18f1e  
    5252PCUT_IMPORT(getopt);
    5353PCUT_IMPORT(uuid);
     54PCUT_IMPORT(imath);
    5455
    5556PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.