Changeset a508e82 in mainline


Ignore:
Timestamp:
2019-02-09T18:28:21Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
ed3d605
Parents:
84331cf
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-09 10:56:46)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-09 18:28:21)
Message:

adding test cases for uuid

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r84331cf ra508e82  
    207207        test/ieee_double.c \
    208208        test/double_to_str.c \
    209         test/getopt.c
     209        test/getopt.c \
     210        test/uuid.c
    210211
    211212include $(USPACE_PREFIX)/Makefile.common
  • uspace/lib/c/test/main.c

    r84331cf ra508e82  
    5151PCUT_IMPORT(double_to_str);
    5252PCUT_IMPORT(getopt);
     53PCUT_IMPORT(uuid);
    5354
    5455PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.