[Lemon-commits] [lemon_svn] alpar: r1662 - hugo/trunk/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:51 CET 2006
Author: alpar
Date: Mon Mar 21 12:48:59 2005
New Revision: 1662
Modified:
hugo/trunk/src/test/Makefile.am
Log:
For cygwin compatibility.
Modified: hugo/trunk/src/test/Makefile.am
==============================================================================
--- hugo/trunk/src/test/Makefile.am (original)
+++ hugo/trunk/src/test/Makefile.am Mon Mar 21 12:48:59 2005
@@ -32,7 +32,7 @@
heap_test
TESTS = $(check_PROGRAMS)
-XFAIL_TESTS = test_tools_fail
+XFAIL_TESTS = test_tools_fail$(EXEEXT)
bfs_test_SOURCES = bfs_test.cc
dfs_test_SOURCES = dfs_test.cc
More information about the Lemon-commits
mailing list