aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-03 21:49:07 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-10 11:48:34 +0200
commit85e03de7d1af4a0edca6716ca2c27b5b7d57f688 (patch)
treed30819284dd95d9f8769d4b05dfb1f05f88fb9f9 /configure.ac
parentee350893cfad730d4a62a5f332d2b9e1ae95b597 (diff)
remove tests/sigtran: it's not a test case
in tests/* we have unit tests that are run as part of the autotest suite during 'make check'. The code in tests/sigtran is an example, but not a test. As the API is changing anyway, let's remove it for now and re-introduce actual tests and examples after the changes in API required by the upcoming new SCCP core. Change-Id: Ie471a197856c875eb4987bf9858d757312de24fb
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 ed3e25a..3644d22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,6 @@ AC_OUTPUT(
tests/sccp/Makefile
tests/mtp/Makefile
tests/m2ua/Makefile
- tests/sigtran/Makefile
tests/xua/Makefile
tests/ss7/Makefile
Makefile)