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:
Pavel Šimerda 2013-07-29 14:44:49 +02:00
parent f6ef374076
commit da71cc6e8c
3 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1 @@
SUBDIRS = tests