[Lemon-commits] [lemon_svn] alpar: r1054 - hugo/branches/hugo++/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:42:59 CET 2006
Author: alpar
Date: Fri Aug 27 16:49:06 2004
New Revision: 1054
Modified:
hugo/branches/hugo++/src/test/Makefile.am
Log:
unionfind_test added.
Modified: hugo/branches/hugo++/src/test/Makefile.am
==============================================================================
--- hugo/branches/hugo++/src/test/Makefile.am (original)
+++ hugo/branches/hugo++/src/test/Makefile.am Fri Aug 27 16:49:06 2004
@@ -2,14 +2,16 @@
noinst_HEADERS = test_tools.h
-check_PROGRAMS = graph_test dijkstra_test time_measure_test error_test xy_test \
- test_tools_pass test_tools_fail
+check_PROGRAMS = graph_test dijkstra_test time_measure_test \
+ error_test xy_test \
+ unionfind_test test_tools_pass test_tools_fail
TESTS = $(check_PROGRAMS)
XFAIL_TESTS = test_tools_fail
graph_test_SOURCES = graph_test.cc
dijkstra_test_SOURCES = dijkstra_test.cc
+unionfind_test_SOURCES = unionfind_test.cc
time_measure_test_SOURCES = time_measure_test.cc
error_test_SOURCES = error_test.cc
xy_test_SOURCES = xy_test.cc
More information about the Lemon-commits
mailing list