NetworkManager/tools/Makefile.am
Thomas Haller cd98705d21 tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-nm-test.sh"
No need to have two test-runners. Combine them, and call tests always
via "tools/run-nm-test.sh".

Yes, this brings an overhead, that we now always invoke the test with
a test wrapper script, also --without-vagrind. Previously, that was only
necessary for libnm tests that require their own D-Bus session.

Later we will do non-recursive Makefiles, thus all tests should have the
same LOG_COMPILER.
2016-10-19 15:26:30 +02:00

8 lines
187 B
Makefile

EXTRA_DIST = \
check-exports.sh \
create-exports-NetworkManager.sh \
debug-helper.py \
run-nm-test.sh \
test-networkmanager-service.py \
test-sudo-wrapper.sh \
enums-to-docbook.pl