NetworkManager/tools/Makefile.am
Dan Winship 5432ef5e52 tools: move libnm-glib's fake NM service implementations here
Move libnm-glib's test-fake-nm.py and test-remote-settings-service.py
to tools/, merge them together into a single program, and fix a few
bugs (notably some missing signal emissions in the Settings service).

Although they are currently only used by libnm-glib's tests, they are
generic enough that they could be used by other code in the future
(and in particular, they will be used by libnm's tests as well).
2014-07-30 15:56:29 -04:00

8 lines
155 B
Makefile

EXTRA_DIST = \
check-exports.sh \
debug-helper.py \
doc-generator.xsl \
run-test-valgrind.sh \
test-networkmanager-service.py \
test-sudo-wrapper.sh