aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-01 09:12:47 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-01 09:14:32 +0100
commitb0985e3fa5ad539f1ab51ebf89724eb8e616a750 (patch)
tree211803084bedbda9ad4968a46be4195f3688bb6a /configure.ac
parent467e1497630a093cff94670da0e8fa39fd21c278 (diff)
test: Introduce a very simple test for the paging subsystem
Check that adding a paging command works, check that it is expired after the first call to paging_gen_msg. The test will be extended to test the scheduling and selection of the various paging messages.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46599633..7330df86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_INIT([osmo-bts],
[openbsc-devel@lists.openbsc.org])
AM_INIT_AUTOMAKE([dist-bzip2])
+AC_CONFIG_TESTDIR(tests)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -40,4 +41,6 @@ AC_OUTPUT(
src/osmo-bts-bb/Makefile
include/Makefile
include/osmo-bts/Makefile
+ tests/Makefile
+ tests/paging/Makefile
Makefile)