test/Makefile.am
changeset 1901 723b2b81d900
parent 1847 7cbc12e42482
child 1909 2d806130e700
     1.1 --- a/test/Makefile.am	Thu Jan 19 16:56:39 2006 +0000
     1.2 +++ b/test/Makefile.am	Tue Jan 24 16:07:38 2006 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  	graph_utils_test.h \
     1.5  	heap_test.h
     1.6  
     1.7 +
     1.8  check_PROGRAMS = \
     1.9  	all_pairs_shortest_path_test \
    1.10  	bfs_test \
    1.11 @@ -20,9 +21,9 @@
    1.12  	graph_adaptor_test \
    1.13  	graph_utils_test \
    1.14  	kruskal_test \
    1.15 -	max_matching_test \
    1.16  	maps_test \
    1.17  	matrix_maps_test \
    1.18 +	max_matching_test \
    1.19  	min_cost_flow_test \
    1.20  	suurballe_test \
    1.21  	path_test \