aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
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 /tests/Makefile.am
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 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ca4bdd8..8430a8f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,6 @@
SUBDIRS = \
lib \
+ gtp \
$(NULL)
# The `:;' works around a Bash 3.2 bug when the output is not writeable.