mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 00:10:37 +02:00
build/trivial: reorder and break lines in Makefile.am
This commit is contained in:
parent
2316d233e3
commit
245720819e
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue