mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
build: always include subdir wifi/tests regardless of ENABLE_TESTS
Like done for all other device plugins.
This commit is contained in:
parent
9f5b80d215
commit
76a057b4ec
2 changed files with 3 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue