summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-22 22:25:34 +0200
committerThomas Haller <thaller@redhat.com>2015-04-22 22:30:46 +0200
commit245720819e704b50e97d8b7dfb7c6f206f10df68 (patch)
treeea5b78c46ebf7129ca6df7e8b4db24012a68140a
parent2316d233e36d7c98e4ecad2016ed2467c853a6a0 (diff)
downloadNetworkManager-245720819e704b50e97d8b7dfb7c6f206f10df68.tar.gz
build/trivial: reorder and break lines in Makefile.am
-rw-r--r--src/platform/tests/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am
index c10600eb51..8dfd9314ab 100644
--- a/src/platform/tests/Makefile.am
+++ b/src/platform/tests/Makefile.am
@@ -109,7 +109,14 @@ test_cleanup_linux_CPPFLAGS = \
-DKERNEL_HACKS=1
test_cleanup_linux_LDADD = $(PLATFORM_LDADD)
-@VALGRIND_RULES@
-TESTS = test-link-fake test-address-fake test-route-fake test-cleanup-fake test-address-linux test-route-linux test-cleanup-linux
+@VALGRIND_RULES@
+TESTS = \
+ test-address-fake \
+ test-address-linux \
+ test-cleanup-fake \
+ test-cleanup-linux \
+ test-link-fake \
+ test-route-fake \
+ test-route-linux