Letting "make" target "check" run xorriso/xorriso -no_rc -version -list_extras

This commit is contained in:
Thomas Schmitt 2015-12-05 21:10:29 +00:00
parent cdbcfe3d86
commit 6e79809269
2 changed files with 7 additions and 0 deletions

View File

@ -151,6 +151,9 @@ buildstamped: buildstamp
clean-local:
-rm -rf test/.libs
# Will be executed by "make check"
check-local:
xorriso/xorriso -no_rc -version -list_extras
## Build companion applications
noinst_PROGRAMS = \

View File

@ -288,6 +288,10 @@ buildstamped: buildstamp
clean-local:
-rm -rf xorriso/.libs test/.libs
# Will be executed by "make check"
check-local:
xorriso/xorriso -no_rc -version -list_extras
## ========================================================================= ##
# Indent source files