# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1427904042 -7200
# Node ID 8e5c93065fd0a242ff8f6c6c4706e2b945ec8ec0
# Parent  4f55bac7e6253b9b2e70231d19620a746c2f5a7f
Add arc_lookup_test.cc to the autoconf build env. (#517)

diff -r 4f55bac7e625 -r 8e5c93065fd0 test/Makefile.am
--- a/test/Makefile.am	Sun Aug 11 17:30:17 2013 +0200
+++ b/test/Makefile.am	Wed Apr 01 18:00:42 2015 +0200
@@ -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