diff -r f531c16dd923 -r 1d09b48e8d55 test/Makefile.am --- a/test/Makefile.am Thu Oct 06 09:37:53 2005 +0000 +++ b/test/Makefile.am Thu Oct 06 09:57:23 2005 +0000 @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) -fno-inline LDADD = $(top_builddir)/lemon/libemon.la EXTRA_DIST = preflow_graph.dim dijkstra_test.lgf @@ -12,6 +12,7 @@ heap_test.h check_PROGRAMS = \ + all_pairs_shortest_path_test \ bfs_test \ dfs_test \ dijkstra_test \ @@ -44,6 +45,7 @@ TESTS = $(check_PROGRAMS) XFAIL_TESTS = test_tools_fail$(EXEEXT) +all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc bfs_test_SOURCES = bfs_test.cc dfs_test_SOURCES = dfs_test.cc dijkstra_test_SOURCES = dijkstra_test.cc