mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
cdd1115179
commit
42d75b44ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue