diff -r 40d6f625e549 -r 45f8b617339e test/Makefile.am --- a/test/Makefile.am Thu Jan 03 11:12:27 2008 +0100 +++ b/test/Makefile.am Thu Jan 03 11:13:29 2008 +0100 @@ -3,15 +3,17 @@ noinst_HEADERS += \ test/test_tools.h - + check_PROGRAMS += \ test/dim_test \ + test/random_test \ test/test_tools_fail \ test/test_tools_pass - + TESTS += $(check_PROGRAMS) XFAIL_TESTS += test/test_tools_fail$(EXEEXT) test_dim_test_SOURCES = test/dim_test.cc +test_random_test_SOURCES = test/random_test.cc test_test_tools_fail_SOURCES = test/test_tools_fail.cc test_test_tools_pass_SOURCES = test/test_tools_pass.cc