diff options
| author | Daniil Baturin <daniil@baturin.org> | 2013-05-30 05:17:47 -0700 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2013-05-30 05:17:47 -0700 |
| commit | 4ef4010bae7c7a2ba8a8879a316d89506cd4b9b0 (patch) | |
| tree | cea0e1c314b68ed4c29e0046cf2168f85d9874c4 /tests/Makefile.am | |
| parent | cb79e7a9d6b487442a65e5326c9b2b6c5b7ae1d8 (diff) | |
| download | ipaddrcheck-4ef4010bae7c7a2ba8a8879a316d89506cd4b9b0.tar.gz ipaddrcheck-4ef4010bae7c7a2ba8a8879a316d89506cd4b9b0.zip | |
Add integration tests skeleton and some testcases, include in "make check" target.
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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@ |
