test/Makefile.am
changeset 953 d8ea85825e02
parent 863 6be1f9bd2ac0
parent 948 636dadefe1e6
child 999 c279b19abc62
child 1070 c8c8801db0a4
child 1107 2b6bffe0e7e8
     1.1 --- a/test/Makefile.am	Tue Mar 16 21:18:39 2010 +0100
     1.2 +++ b/test/Makefile.am	Tue Mar 16 21:27:35 2010 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  	test/edge_set_test \
     1.5  	test/error_test \
     1.6  	test/euler_test \
     1.7 +	test/fractional_matching_test \
     1.8  	test/gomory_hu_test \
     1.9  	test/graph_copy_test \
    1.10  	test/graph_test \
    1.11 @@ -71,6 +72,7 @@
    1.12  test_edge_set_test_SOURCES = test/edge_set_test.cc
    1.13  test_error_test_SOURCES = test/error_test.cc
    1.14  test_euler_test_SOURCES = test/euler_test.cc
    1.15 +test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc
    1.16  test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    1.17  test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    1.18  test_graph_test_SOURCES = test/graph_test.cc