Changeset d64303b in mainline


Ignore:
Timestamp:
2019-02-08T12:55:28Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
f08da1c
Parents:
0e60443
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-01-14 03:22:07)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
Message:

Adding test case for ieee_double

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r0e60443 rd64303b  
    204204        test/string.c \
    205205        test/cap.c \
    206         test/gsort.c
     206        test/gsort.c \
     207        test/ieee_double.c
    207208
    208209include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    r0e60443 rd64303b  
    4848PCUT_IMPORT(cap);
    4949PCUT_IMPORT(gsort);
     50PCUT_IMPORT(ieee_double);
    5051
    5152PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.