From 4ef4010bae7c7a2ba8a8879a316d89506cd4b9b0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 30 May 2013 05:17:47 -0700 Subject: Add integration tests skeleton and some testcases, include in "make check" target. --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 9b04635..ee90ab2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,7 @@ -TESTS = check_ipaddrcheck +TESTS = check_ipaddrcheck integration_tests.sh + +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH + check_PROGRAMS = check_ipaddrcheck check_ipaddrcheck_SOURCES = check_ipaddrcheck.c ../src/ipaddrcheck_functions.c check_ipaddrcheck_CFLAGS = @CHECK_CFLAGS@ -- cgit v1.2.3