From 1d8ffc6b239e837558947f38aaed165e49dd12e5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 12 Oct 2017 19:30:49 +0800 Subject: 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3