aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-13 15:57:01 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-14 08:11:13 +0200
commit5943cbb73ff5cb64e3fc90242024878c073d288d (patch)
tree566b7c173ea48bb31038dfa1c384e964df428b45 /configure.ac
parentf6c5f9524f38aa192e02f71f988d0bf467727475 (diff)
Add unit tests for libgtp gtpie.[ch] functions
This doesn't yet cover all the functions in gtpie.[ch], but testing half of them is better than not testing any of them, so let's merge this current state with a couple of TDOO's on what we still need to test. Change-Id: I30a6dd8a01b7a074ef2d3936d186dfff6c79e6c0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 72cbe48..ca455ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,6 +151,7 @@ AC_CONFIG_FILES([Makefile
sgsnemu/Makefile
tests/Makefile
tests/lib/Makefile
+ tests/gtp/Makefile
libgtp.pc
osmo-ggsn.spec])
AC_OUTPUT