[Lemon-commits] Alpar Juttner: Add arc_lookup_test.cc to the aut...
Lemon HG
hg at lemon.cs.elte.hu
Wed Apr 1 18:17:26 CEST 2015
details: http://lemon.cs.elte.hu/hg/lemon/rev/8e5c93065fd0
changeset: 1324:8e5c93065fd0
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Wed Apr 01 18:00:42 2015 +0200
description:
Add arc_lookup_test.cc to the autoconf build env. (#517)
diffstat:
test/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff --git a/test/Makefile.am b/test/Makefile.am
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -11,6 +11,7 @@
check_PROGRAMS += \
test/adaptors_test \
+ test/arc_lookup_test \
test/bellman_ford_test \
test/bfs_test \
test/circulation_test \
@@ -61,6 +62,7 @@
XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
test_adaptors_test_SOURCES = test/adaptors_test.cc
+test_adaptors_test_SOURCES = test/arc_lookup_test.cc
test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc
test_bfs_test_SOURCES = test/bfs_test.cc
test_circulation_test_SOURCES = test/circulation_test.cc
More information about the Lemon-commits
mailing list