test/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 23 Dec 2007 08:25:34 +0000
changeset 5 233b4094ceae
parent 1 51eaad3a817b
child 8 a1b1d672f37a
child 25 751cd8f9bb1c
permissions -rw-r--r--
General information and legal files ported from svn -r3424
     1 EXTRA_DIST += \
     2 	test/Makefile
     3 
     4 noinst_HEADERS += \
     5         test/test_tools.h
     6  
     7 check_PROGRAMS += \
     8         test/test_tools_fail \
     9         test/test_tools_pass
    10  
    11 TESTS += $(check_PROGRAMS)
    12 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    13 
    14 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    15 test_test_tools_pass_SOURCES = test/test_tools_pass.cc