aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 16:45:54 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-08-02 13:40:20 +0400
commite13298d09369c415900c41672251e88aff73eb82 (patch)
treecf7477d3e64a8f13219d2e3f30eb5bbe1a7cf663 /configure.ac
parentbb00704871d6d03a073f3a8a2e1e6da98046b856 (diff)
tests: Move the RLCMACTest into the test directory and setup autotest
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 58cbc35e..3b2f3801 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_INIT([osmo-pcu],
[osmocom-pcu@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])
+AC_CONFIG_TESTDIR(tests)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])