Changeset 18cc83c in mainline for boot/Makefile.common


Ignore:
Timestamp:
2014-09-29T14:28:32Z (9 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
21799398, 43dd72b7, 6eb957dc
Parents:
6609050 (diff), da4e695 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge PCUT unit tests for userspace

Merged from lp:~vojtech-horky/helenos/pcut-testing.

The changeset contains only several tests, mostly to demonstrate how
PCUT could be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r6609050 r18cc83c  
    222222        $(USPACE_PATH)/app/fontviewer/fontviewer
    223223
     224RD_TESTS = \
     225        $(USPACE_PATH)/lib/c/test-libc \
     226        $(USPACE_PATH)/lib/posix/test-libposix \
     227        $(USPACE_PATH)/lib/uri/test-liburi \
     228        $(USPACE_PATH)/app/bdsh/test-bdsh
     229
     230
    224231COMPONENTS = \
    225232        $(KERNEL_PATH)/kernel.bin \
Note: See TracChangeset for help on using the changeset viewer.