[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex / usr / test

Annotation of prex/usr/test/Makefile, Revision 1.1

1.1     ! nbrk        1: #
        !             2: # Test for kernel
        !             3: #
        !             4: include $(SRCDIR)/mk/own.mk
        !             5:
        !             6: SUBDIR=                task thread ipc timer exception fault deadlock sem mutex \
        !             7:                cap dvs ipc_mt kmon
        !             8:
        !             9: #
        !            10: # Test for driver
        !            11: #
        !            12: SUBDIR+=       console kbd fdd ramdisk reset time zero
        !            13:
        !            14: #
        !            15: # Test for library
        !            16: #
        !            17: SUBDIR+=       errno malloc stderr
        !            18:
        !            19: #
        !            20: # Test for servers
        !            21: #
        !            22: SUBDIR+=       fileio vfork args debug signal fifo pipe
        !            23:
        !            24: include $(SRCDIR)/mk/subdir.mk

CVSweb