test/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Wed, 09 Jan 2008 00:37:22 +0100
changeset 53 afb5325d6211
parent 10 99e499ca560b
parent 25 751cd8f9bb1c
child 57 c1acf0018c0a
permissions -rw-r--r--
Removed BOOST_CLASS_REQUIRE macros + added file description.
ladanyi@1
     1
EXTRA_DIST += \
ladanyi@1
     2
	test/Makefile
ladanyi@1
     3
alpar@4
     4
noinst_HEADERS += \
alpar@4
     5
        test/test_tools.h
alpar@10
     6
alpar@4
     7
check_PROGRAMS += \
alpar@8
     8
        test/dim_test \
alpar@10
     9
        test/random_test \
alpar@4
    10
        test/test_tools_fail \
alpar@4
    11
        test/test_tools_pass
alpar@10
    12
ladanyi@1
    13
TESTS += $(check_PROGRAMS)
ladanyi@1
    14
XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
alpar@4
    15
alpar@8
    16
test_dim_test_SOURCES = test/dim_test.cc
alpar@10
    17
test_random_test_SOURCES = test/random_test.cc
alpar@4
    18
test_test_tools_fail_SOURCES = test/test_tools_fail.cc
alpar@4
    19
test_test_tools_pass_SOURCES = test/test_tools_pass.cc