[lvm-devel] master - TEST: Avoid building unit tests with --disable-testing.

Petr Rockai mornfall at fedoraproject.org
Tue Oct 9 23:49:03 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=ff752c60dfde5f40e400746b98b17e511c9f1e34
Commit:        ff752c60dfde5f40e400746b98b17e511c9f1e34
Parent:        439989adab473b2fa867b1e492b205084471051a
Author:        Petr Rockai <prockai at redhat.com>
AuthorDate:    Tue Oct 9 11:20:28 2012 +0200
Committer:     Petr Rockai <prockai at redhat.com>
CommitterDate: Tue Oct 9 20:37:34 2012 +0200

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

---
 test/unit/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in
index 65e8bec..740eb14 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
 




More information about the lvm-devel mailing list