author | Peter Kovacs <kpeter@inf.elte.hu> |
Thu, 03 Jan 2008 01:08:23 +0100 | |
changeset 15 | 062f361aa520 |
parent 8 | a1b1d672f37a |
child 32 | ad7f593399b0 |
child 65 | bfbc57a51fbb |
permissions | -rw-r--r-- |
1 EXTRA_DIST += \
2 test/Makefile
4 noinst_HEADERS += \
5 test/test_tools.h
7 check_PROGRAMS += \
8 test/dim_test \
9 test/random_test \
10 test/test_tools_fail \
11 test/test_tools_pass
13 TESTS += $(check_PROGRAMS)
14 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
16 test_dim_test_SOURCES = test/dim_test.cc
17 test_random_test_SOURCES = test/random_test.cc
18 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
19 test_test_tools_pass_SOURCES = test/test_tools_pass.cc