test/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 22 Dec 2007 07:26:26 +0000
changeset 18 596ae3af03a1
parent 4 3f411aa35bd7
child 10 99e499ca560b
permissions -rw-r--r--
Use current hg node id instead of tip id as the version tag
     1 EXTRA_DIST += \
     2 	test/Makefile
     3 
     4 noinst_HEADERS += \
     5         test/test_tools.h
     6  
     7 check_PROGRAMS += \
     8         test/dim_test \
     9         test/test_tools_fail \
    10         test/test_tools_pass
    11  
    12 TESTS += $(check_PROGRAMS)
    13 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    14 
    15 test_dim_test_SOURCES = test/dim_test.cc
    16 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    17 test_test_tools_pass_SOURCES = test/test_tools_pass.cc