aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6885cd3..25cd613 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,9 @@ m4/
*/.deps
*/.libs
*/Makefile
+# testsuite
+tests/atconfig
+tests/*/*_test
+tests/testsuite
+tests/testsuite.log
+tests/package.m4