Changeset 80da8f70 in mainline


Ignore:
Timestamp:
2017-06-22T18:20:16Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e7615d
Parents:
deacc58d
Message:

Add unit tests for liblabel.

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rdeacc58d r80da8f70  
    232232RD_TESTS = \
    233233        $(USPACE_PATH)/lib/c/test-libc \
     234        $(USPACE_PATH)/lib/label/test-liblabel \
    234235        $(USPACE_PATH)/lib/posix/test-libposix \
    235236        $(USPACE_PATH)/lib/uri/test-liburi \
  • uspace/lib/label/Makefile

    rdeacc58d r80da8f70  
    3838        src/label.c
    3939
     40TEST_SOURCES = \
     41        test/main.c \
     42        test/label.c
     43
    4044include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.