trivial: don't run wifi tests if the tests are disabled

This commit is contained in:
Lubomir Rintel
2015-03-02 19:22:10 +01:00
parent def82cddea
commit ad2b17bfb4

View File

@@ -2,7 +2,9 @@ include $(GLIB_MAKEFILE)
@GNOME_CODE_COVERAGE_RULES@ @GNOME_CODE_COVERAGE_RULES@
if ENABLE_TESTS
SUBDIRS=. tests SUBDIRS=. tests
endif
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I${top_srcdir}/src \ -I${top_srcdir}/src \