mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 00:48:29 +02:00
trivial: allow building tests from rdisc directory
The nm-rdisc subsystem, just as the nm-platform subsystem is separately testable and it proved convenient to be able to build the test programs by just typing 'make' in the rdisc/platform directory where the source code for those modules resides.
This commit is contained in:
parent
f6ef374076
commit
da71cc6e8c
3 changed files with 9 additions and 7 deletions
|
|
@ -689,6 +689,7 @@ src/settings/plugins/example/Makefile
|
|||
src/settings/tests/Makefile
|
||||
src/platform/Makefile
|
||||
src/platform/tests/Makefile
|
||||
src/rdisc/Makefile
|
||||
src/rdisc/tests/Makefile
|
||||
src/devices/wimax/Makefile
|
||||
libnm-util/libnm-util.pc
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@ SUBDIRS += devices/wimax
|
|||
endif
|
||||
|
||||
if ENABLE_TESTS
|
||||
SUBDIRS += \
|
||||
config/tests \
|
||||
dhcp-manager/tests \
|
||||
platform \
|
||||
settings/tests \
|
||||
supplicant-manager/tests \
|
||||
rdisc/tests \
|
||||
SUBDIRS += \
|
||||
config/tests \
|
||||
dhcp-manager/tests \
|
||||
platform \
|
||||
rdisc \
|
||||
settings/tests \
|
||||
supplicant-manager/tests \
|
||||
tests
|
||||
endif
|
||||
|
||||
|
|
|
|||
1
src/rdisc/Makefile.am
Normal file
1
src/rdisc/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS = tests
|
||||
Loading…
Add table
Reference in a new issue