Changeset 2c7ef07 in mainline


Ignore:
Timestamp:
2019-02-09T10:48:41Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
84331cf
Parents:
46483f9
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-07 15:05:16)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-09 10:48:41)
Message:

adding test cases for getopt

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r46483f9 r2c7ef07  
    206206        test/gsort.c \
    207207        test/ieee_double.c \
    208         test/double_to_str.c
     208        test/double_to_str.c \
     209        test/getopt.c
    209210
    210211include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    r46483f9 r2c7ef07  
    5050PCUT_IMPORT(ieee_double);
    5151PCUT_IMPORT(double_to_str);
     52PCUT_IMPORT(getopt);
    5253
    5354PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.