aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-01-05 14:29:19 -0600
committerDan Williams <dcbw@redhat.com>2010-01-05 14:29:19 -0600
commit216e49f8d8bbfbc0b7d2fbd00ac712a2de41b33a (patch)
tree20a91de71c45266abdde5fcfee9d0a8beae15483 /configure.ac
parenta06b3f20cafab2ff2d1de16553f7ff578a9b761b (diff)
gsm: split out +COPS response parsing and add testcases
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4d5e6f88..140708fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,10 +96,25 @@ case $with_docs in
;;
esac
+dnl
+dnl Tests
+dnl
+AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build ModemManager tests]))
+AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
+case $with_tests in
+ yes)
+ with_tests=yes
+ ;;
+ *)
+ with_tests=no
+ ;;
+esac
+
AC_CONFIG_FILES([
Makefile
marshallers/Makefile
src/Makefile
+src/tests/Makefile
plugins/Makefile
test/Makefile
introspection/Makefile