]> sourceware.org Git - libabigail.git/commitdiff
Do not enable fedabipkgdiff tests if fedabipkgdiff itself is disabled
authorDodji Seketeli <dodji@redhat.com>
Fri, 30 Mar 2018 08:38:23 +0000 (10:38 +0200)
committerDodji Seketeli <dodji@redhat.com>
Fri, 30 Mar 2018 08:38:23 +0000 (10:38 +0200)
Fix tests/Makefile.am to avoid enabling fedabipkgdiff tests when
fedabipkgdiff itself is disabled because, e.g, of missing
dependencies.

* tests/Makefile.am: Run runtestfedabipkgdiff{py3?}.py only if
fedabipkgdiff itself is enabled.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/Makefile.am

index 229bc1f888c153d9c17a88e325d19ada2239af58..3f3a0192961067d7836e60a62a2325e2acba7e18 100644 (file)
@@ -17,10 +17,10 @@ AM_CXXFLAGS += "-std=gnu++11"
 endif
 
 FEDABIPKGDIFF_TEST =
+if ENABLE_FEDABIPKGDIFF
 if ENABLE_RUNNING_TESTS_WITH_PY3
 FEDABIPKGDIFF_TEST += runtestfedabipkgdiffpy3.sh
 else
-if ENABLE_FEDABIPKGDIFF
 FEDABIPKGDIFF_TEST += runtestfedabipkgdiff.py
 endif
 endif
This page took 0.03457 seconds and 5 git commands to generate.