summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2013-05-31 23:03:26 -0700
committerDaniil Baturin <daniil@baturin.org>2013-05-31 23:03:26 -0700
commit0b18c4bd566f21e14b6e1aade029387cb76394d2 (patch)
tree4b880a959f3a63252c2e5627ebf530014f4d6b2c /tests
parent834a3aa02dc8989126116f942a6b1accd1df3b18 (diff)
downloadipaddrcheck-0b18c4bd566f21e14b6e1aade029387cb76394d2.tar.gz
ipaddrcheck-0b18c4bd566f21e14b6e1aade029387cb76394d2.zip
Cleanup automake rules a little.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ee90ab2..5c0a09a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
TESTS = check_ipaddrcheck integration_tests.sh
-TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH
+TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:$(top_srcdir)/src:$$PATH
check_PROGRAMS = check_ipaddrcheck
check_ipaddrcheck_SOURCES = check_ipaddrcheck.c ../src/ipaddrcheck_functions.c