aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-20 02:21:45 +0100
committerOliver Smith <osmith@sysmocom.de>2019-11-25 13:58:51 +0100
commit7355d0ddfe4ae62641b21b0c8712b3b3c438e4c3 (patch)
treea4c42b03609988ab30aeb9d9e154b0dc55ad2927 /configure.ac
parent6b305b4c30dd46d84c08d8103a7457042a08ad0b (diff)
remove gsup_test
The test doesn't do much: it encodes an Insert Subscriber Data request for the sole purpose to ensure the msgb is allocated large enough. A bug like that is easily avoided statically. Also, the lu functions will get refactored soon, it doesn't make sense to me to drag this test along. Change-Id: I42e1c72bf4cce8034f968cd4392773bf2b643c1b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f7714aa..d39edb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,6 @@ AC_OUTPUT(
tests/auc/Makefile
tests/auc/gen_ts_55_205_test_sets/Makefile
tests/gsup_server/Makefile
- tests/gsup/Makefile
tests/db/Makefile
tests/db_upgrade/Makefile
)