build/trivial: reorder and break lines in Makefile.am

This commit is contained in:
Thomas Haller 2015-04-22 22:25:34 +02:00
parent 2316d233e3
commit 245720819e

View file

@ -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
TESTS = \
test-address-fake \
test-address-linux \
test-cleanup-fake \
test-cleanup-linux \
test-link-fake \
test-route-fake \
test-route-linux