From 6e7980926961038f1c889bff6420e30f375e1f31 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 5 Dec 2015 21:10:29 +0000 Subject: [PATCH] Letting "make" target "check" run xorriso/xorriso -no_rc -version -list_extras --- Makefile.am | 3 +++ xorriso/xorriso_makefile_am.txt | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index e2e39378..7d1b997c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = \ diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 0111ade1..ff7ffe05 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -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