Changeset 46483f9 in mainline


Ignore:
Timestamp:
2019-02-08T12:55:28Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
2c7ef07
Parents:
d3c129d
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-04 18:46:35)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
Message:

adding test cases for double_to_str

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rd3c129d r46483f9  
    205205        test/cap.c \
    206206        test/gsort.c \
    207         test/ieee_double.c
     207        test/ieee_double.c \
     208        test/double_to_str.c
    208209
    209210include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    rd3c129d r46483f9  
    4949PCUT_IMPORT(gsort);
    5050PCUT_IMPORT(ieee_double);
     51PCUT_IMPORT(double_to_str);
    5152
    5253PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.