1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

TEST: Avoid building unit tests with --disable-testing.

This commit is contained in:
Petr Rockai 2012-10-09 11:20:28 +02:00
parent 439989adab
commit ff752c60df

View File

@ -15,8 +15,8 @@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
VPATH = $(srcdir) VPATH = $(srcdir)
SOURCES = bitset_t.c matcher_t.c config_t.c string_t.c run.c
ifeq ("@TESTING@", "yes") ifeq ("@TESTING@", "yes")
SOURCES = bitset_t.c matcher_t.c config_t.c string_t.c run.c
TARGETS = run TARGETS = run
endif endif