Changeset d848752 in mainline


Ignore:
Timestamp:
2014-04-11T08:28:15Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
508bc3a4
Parents:
2bff9860
Message:

Add sample bdsh tests

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r2bff9860 rd848752  
    238238
    239239RD_TESTS = \
    240         $(USPACE_PATH)/lib/c/test-libc
     240        $(USPACE_PATH)/lib/c/test-libc \
     241        $(USPACE_PATH)/app/bdsh/test-bdsh
    241242
    242243
  • uspace/app/bdsh/Makefile

    r2bff9860 rd848752  
    6565        tok.c
    6666
     67TEST_SOURCES = \
     68        tok.c \
     69        test/toktest.c
     70
    6771include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.