mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 18:10:21 +01:00
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.
8 lines
187 B
Makefile
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
|