From ff752c60dfde5f40e400746b98b17e511c9f1e34 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 9 Oct 2012 11:20:28 +0200 Subject: [PATCH] TEST: Avoid building unit tests with --disable-testing. --- test/unit/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in index 65e8bec8c..740eb147a 100644 --- a/test/unit/Makefile.in +++ b/test/unit/Makefile.in @@ -15,8 +15,8 @@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = $(srcdir) -SOURCES = bitset_t.c matcher_t.c config_t.c string_t.c run.c ifeq ("@TESTING@", "yes") +SOURCES = bitset_t.c matcher_t.c config_t.c string_t.c run.c TARGETS = run endif