aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-12 19:30:49 +0800
committerHarald Welte <laforge@gnumonks.org>2017-10-13 16:28:01 +0200
commit1d8ffc6b239e837558947f38aaed165e49dd12e5 (patch)
treeeb0306c0612214fa15d3c0afc7fe988bb49a43c3 /configure.ac
parent58c0da7833b87cd67aee78cc0159102d70f36be3 (diff)
Add ippool unit-test for 'make check' runs
This test creates a variety of v4 (and one v6) pool and performs allocations until the pool is full, then frees a random number of randomly distributed addresses, re-allocates them and again checks that they're all available and finally once the pool is full allocations fail. Change-Id: Ibf4588e8f3ae71684e5262c0caaa2689aee73a94
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b9343d..72cbe48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AM_CONFIG_HEADER([config.h])
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
AC_CONFIG_AUX_DIR([.])
+AC_CONFIG_TESTDIR(tests)
AC_CANONICAL_SYSTEM
dnl kernel style compile messages
@@ -149,6 +150,7 @@ AC_CONFIG_FILES([Makefile
po/Makefile
sgsnemu/Makefile
tests/Makefile
+ tests/lib/Makefile
libgtp.pc
osmo-ggsn.spec])
AC_OUTPUT