aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-11 08:05:14 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-10-11 08:18:43 +0200
commit5c65e79edcbf220b0422151e08547ca796a44221 (patch)
tree8312a65c0603ff565c043c90f29c5171aad8e196 /configure.ac
parent84e5cb9b3496527d43af974f2f89396d8145d743 (diff)
tests: Add boilerplate to be able to have tests in libosmo-abis
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 fdaf15a..8b4014a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_INIT([libosmo-abis],
[openbsc@lists.osmocom.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
+AC_CONFIG_TESTDIR(tests)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])