test/Makefile.am
changeset 869 636dadefe1e6
parent 698 f9746e45246e
child 874 d8ea85825e02
     1.1 --- a/test/Makefile.am	Sun Sep 20 21:38:24 2009 +0200
     1.2 +++ b/test/Makefile.am	Fri Sep 25 21:51:36 2009 +0200
     1.3 @@ -19,6 +19,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 @@ -65,6 +66,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