Added missing parameter "all" to "make check" run of xorriso
This commit is contained in:
parent
b1a91e2471
commit
c9047e3ff6
@ -153,7 +153,7 @@ clean-local:
|
|||||||
|
|
||||||
# Will be executed by "make check"
|
# Will be executed by "make check"
|
||||||
check-local:
|
check-local:
|
||||||
xorriso/xorriso -no_rc -version -list_extras
|
xorriso/xorriso -no_rc -version -list_extras all
|
||||||
|
|
||||||
## Build companion applications
|
## Build companion applications
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
|
@ -290,7 +290,7 @@ clean-local:
|
|||||||
|
|
||||||
# Will be executed by "make check"
|
# Will be executed by "make check"
|
||||||
check-local:
|
check-local:
|
||||||
xorriso/xorriso -no_rc -version -list_extras
|
xorriso/xorriso -no_rc -version -list_extras all
|
||||||
|
|
||||||
## ========================================================================= ##
|
## ========================================================================= ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user