summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-05-14 14:45:57 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-05-26 13:51:45 +0200
commit6463ce5dd9ffc1aae3ca9ddc4dac4e25fd815237 (patch)
tree7b31c920ba83670d3d0afa1e324cb8cae3c4ed63 /libnm-util
parent380ed633180a1e20cb70b2cfde482a1cda8278e0 (diff)
downloadNetworkManager-6463ce5dd9ffc1aae3ca9ddc4dac4e25fd815237.tar.gz
tests: use the TAP formatter
The test results in standard format are easily integrated into CI systems.
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/tests/Makefile.am b/libnm-util/tests/Makefile.am
index 16a7f8f3fc..f90fe8bf6e 100644
--- a/libnm-util/tests/Makefile.am
+++ b/libnm-util/tests/Makefile.am
@@ -11,6 +11,8 @@ AM_CPPFLAGS = \
-DTEST_CERT_DIR=\"$(top_srcdir)/libnm-core/tests/certs/\"
@VALGRIND_RULES@
+AM_TESTS_FD_REDIRECT = --tap
+LOG_DRIVER = $(top_srcdir)/build-aux/tap-driver.sh
TESTS = \
test-settings-defaults \
test-crypto \