build: always include subdir wifi/tests regardless of ENABLE_TESTS

Like done for all other device plugins.
This commit is contained in:
Thomas Haller 2016-10-12 10:43:41 +02:00
parent 9f5b80d215
commit 76a057b4ec
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,3 +1,5 @@
if ENABLE_TESTS
AM_CPPFLAGS = \
-I$(top_builddir)/introspection \
-I$(top_srcdir)/shared \
@ -26,3 +28,4 @@ test_general_LDADD = $(top_builddir)/src/libNetworkManager.la
@VALGRIND_RULES@
TESTS = test-general
endif