aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-03-17 14:56:28 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-16 13:04:33 +0200
commitd6ac69d6f6397da8f4d9e2fa0cd4c03ef0a2c06f (patch)
treec0bbab67dd0590e579528c6663592cee14ea2f78 /tests/Makefile.am
parent8bcc7faa62135041c7b5c212c7f1e20ac12d0f2d (diff)
add pfcp msg test
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 01cbed5..7fe0692 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,6 @@
SUBDIRS = \
libosmo-gtlv \
+ libosmo-pfcp \
$(NULL)
# The `:;' works around a Bash 3.2 bug when the output is not writeable.