tests: Fix syntax-check after cdd1115179

makefile_conditionals
tests/Makefile.am:293:endif
maint.mk: match "if FOO" with "endif FOO" in Makefiles
make: *** [sc_makefile_conditionals] Error 1
This commit is contained in:
Peter Krempa 2014-06-23 13:56:12 +02:00
parent cdd1115179
commit 42d75b44ba

View File

@ -290,7 +290,7 @@ endif WITH_STORAGE
if WITH_STORAGE_FS
test_programs += virstoragetest
endif
endif WITH_STORAGE_FS
if WITH_LINUX
test_programs += virscsitest