From 7688cf531ab17562b0d984073891fae4d7d2f773 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 1 Dec 2013 20:28:05 +0100 Subject: Add unit tests. --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8ba213d..2e73f91 100644 --- a/configure.in +++ b/configure.in @@ -45,6 +45,13 @@ if test x$with_pugl == xyes; then AC_SUBST(PUGL_LIBS) fi +AC_ARG_WITH(test, [ --with-test Build unit tests]) +if test x$with_test == xyes; then + AC_MSG_WARN([*** Building unittests!]) + AM_PATH_CPPUNIT(1.9.6) + AC_OUTPUT(test/Makefile) +fi + dnl ====================== dnl Compile LV2 plugin dnl ====================== -- cgit v1.2.3