test/Makefile.am
changeset 4 3f411aa35bd7
parent 1 51eaad3a817b
child 8 a1b1d672f37a
child 25 751cd8f9bb1c
     1.1 --- a/test/Makefile.am	Tue Dec 18 12:52:45 2007 +0100
     1.2 +++ b/test/Makefile.am	Wed Dec 19 11:33:49 2007 +0000
     1.3 @@ -1,9 +1,15 @@
     1.4  EXTRA_DIST += \
     1.5  	test/Makefile
     1.6  
     1.7 -noinst_HEADERS +=
     1.8 -
     1.9 -check_PROGRAMS +=
    1.10 -
    1.11 +noinst_HEADERS += \
    1.12 +        test/test_tools.h
    1.13 + 
    1.14 +check_PROGRAMS += \
    1.15 +        test/test_tools_fail \
    1.16 +        test/test_tools_pass
    1.17 + 
    1.18  TESTS += $(check_PROGRAMS)
    1.19  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.20 +
    1.21 +test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.22 +test_test_tools_pass_SOURCES = test/test_tools_pass.cc