summaryrefslogtreecommitdiff
path: root/src/platform/tests
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 /src/platform/tests
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 'src/platform/tests')
-rw-r--r--src/platform/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am
index 081023c63d..bc032d212e 100644
--- a/src/platform/tests/Makefile.am
+++ b/src/platform/tests/Makefile.am
@@ -109,8 +109,9 @@ test_cleanup_linux_CPPFLAGS = \
-DKERNEL_HACKS=1
test_cleanup_linux_LDADD = $(PLATFORM_LDADD)
-
@VALGRIND_RULES@
+AM_TESTS_FD_REDIRECT = --tap
+LOG_DRIVER = $(top_srcdir)/build-aux/tap-driver.sh
TESTS = \
test-address-fake \
test-address-linux \