summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte2010-03-07 20:33:59 +0100
committerHarald Welte2010-03-07 20:33:59 +0100
commitf8b2ba7dc850396c5910e8c76875e75d37479d34 (patch)
tree524650c90f9c0f83127dba870c7198595f57532d /tests
parentadd --disable-talloc option to build without talloc support (diff)
downloadlibosmocore-f8b2ba7dc850396c5910e8c76875e75d37479d34.tar.gz
libosmocore-f8b2ba7dc850396c5910e8c76875e75d37479d34.tar.xz
libosmocore-f8b2ba7dc850396c5910e8c76875e75d37479d34.zip
add option --disable-tests to disable building of test binaries
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 56e8b6f..0119a02 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1 +1,3 @@
+if ENABLE_TESTS
SUBDIRS = timer sms
+endif