Letting "make" target "check" run xorriso/xorriso -no_rc -version -list_extras
This commit is contained in:
parent
7d84a8b773
commit
4b4bf14b05
@ -151,6 +151,9 @@ buildstamped: buildstamp
|
|||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf test/.libs
|
-rm -rf test/.libs
|
||||||
|
|
||||||
|
# Will be executed by "make check"
|
||||||
|
check-local:
|
||||||
|
xorriso/xorriso -no_rc -version -list_extras
|
||||||
|
|
||||||
## Build companion applications
|
## Build companion applications
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
|
@ -288,6 +288,10 @@ buildstamped: buildstamp
|
|||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf xorriso/.libs test/.libs
|
-rm -rf xorriso/.libs test/.libs
|
||||||
|
|
||||||
|
# Will be executed by "make check"
|
||||||
|
check-local:
|
||||||
|
xorriso/xorriso -no_rc -version -list_extras
|
||||||
|
|
||||||
## ========================================================================= ##
|
## ========================================================================= ##
|
||||||
|
|
||||||
# Indent source files
|
# Indent source files
|
||||||
|
Loading…
Reference in New Issue
Block a user