aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-18 19:27:05 +0100
committerMax Kellermann <max@duempel.org>2009-02-18 19:27:05 +0100
commit54387d14516c15bcdf938cafe16c627570354587 (patch)
treec994e181bb0fa0049e60a9cd698fc6984d7c3cbc
parentfcf65de46bb8987c1237d7114d3b8e411b8f0d2a (diff)
configure.ac: added switch for test programs
The switch syntax is "--enable-test". There are no test programs yet.
-rw-r--r--Makefile.am16
-rw-r--r--configure.ac7
2 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ede4f6a0..f39793ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,22 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \
$(wildcard scripts/*.sh) scripts/mpd.spec \
.gitignore
+
+AM_CFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS)
+AM_LDFLAGS = $(GLIB_LIBS)
+
+
+#
+# Test programs
+#
+
+if ENABLE_TEST
+
+noinst_PROGRAMS =
+
+endif
+
+
sparse-check test:
$(MAKE) -C src $@
diff --git a/configure.ac b/configure.ac
index 3b60f4b5..fbeb1beb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1123,6 +1123,13 @@ if test "x$ENABLE_GPROF" = xyes; then
MPD_CFLAGS="$MPD_CFLAGS -pg"
fi
+AC_ARG_ENABLE(test,
+ AS_HELP_STRING([--enable-test],
+ [Build the test programs (default: disabled)]),,
+ enable_test=no)
+
+AM_CONDITIONAL(ENABLE_TEST, test "x$enable_test" = xyes)
+
dnl
dnl CFLAGS