1.1 --- a/test/Makefile.am Thu Jan 03 11:12:27 2008 +0100
1.2 +++ b/test/Makefile.am Thu Jan 03 11:13:29 2008 +0100
1.3 @@ -3,15 +3,17 @@
1.4
1.5 noinst_HEADERS += \
1.6 test/test_tools.h
1.7 -
1.8 +
1.9 check_PROGRAMS += \
1.10 test/dim_test \
1.11 + test/random_test \
1.12 test/test_tools_fail \
1.13 test/test_tools_pass
1.14 -
1.15 +
1.16 TESTS += $(check_PROGRAMS)
1.17 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
1.18
1.19 test_dim_test_SOURCES = test/dim_test.cc
1.20 +test_random_test_SOURCES = test/random_test.cc
1.21 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
1.22 test_test_tools_pass_SOURCES = test/test_tools_pass.cc