From ad2b17bfb438029c7f9f8774a5fe3aa448d5920b Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 2 Mar 2015 19:22:10 +0100 Subject: [PATCH] trivial: don't run wifi tests if the tests are disabled --- src/devices/wifi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/wifi/Makefile.am b/src/devices/wifi/Makefile.am index 230c00acc4..1be3eb014d 100644 --- a/src/devices/wifi/Makefile.am +++ b/src/devices/wifi/Makefile.am @@ -2,7 +2,9 @@ include $(GLIB_MAKEFILE) @GNOME_CODE_COVERAGE_RULES@ +if ENABLE_TESTS SUBDIRS=. tests +endif AM_CPPFLAGS = \ -I${top_srcdir}/src \