test/Makefile.am
changeset 57 c1acf0018c0a
parent 32 ad7f593399b0
child 58 5f1f539f912f
     1.1 --- a/test/Makefile.am	Sat Jan 12 23:30:44 2008 +0000
     1.2 +++ b/test/Makefile.am	Sun Jan 20 20:43:48 2008 +0100
     1.3 @@ -5,7 +5,9 @@
     1.4          test/test_tools.h
     1.5  
     1.6  check_PROGRAMS += \
     1.7 +	test/digraph_test \
     1.8          test/dim_test \
     1.9 +	test/graph_test \
    1.10          test/random_test \
    1.11          test/test_tools_fail \
    1.12          test/test_tools_pass
    1.13 @@ -13,7 +15,9 @@
    1.14  TESTS += $(check_PROGRAMS)
    1.15  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.16  
    1.17 +test_digraph_test_SOURCES = test/digraph_test.cc
    1.18  test_dim_test_SOURCES = test/dim_test.cc
    1.19 +test_graph_test_SOURCES = test/graph_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