test/Makefile.am
changeset 10 99e499ca560b
parent 8 a1b1d672f37a
child 32 ad7f593399b0
child 65 bfbc57a51fbb
     1.1 --- a/test/Makefile.am	Thu Dec 20 23:46:50 2007 +0000
     1.2 +++ b/test/Makefile.am	Fri Dec 21 00:07:03 2007 +0000
     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