[devscripts] 02/05: Makefile: Syntax check scripts before test runs

Osamu Aoki osamu at moszumanska.debian.org
Sun Sep 10 10:23:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch master
in repository devscripts.

commit 02a50a070be10807de498d70933f7a123e97566b
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Sep 10 08:19:18 2017 +0900

    Makefile: Syntax check scripts before test runs
    
    Signed-off-by: Osamu Aoki <osamu at debian.org>
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d693c41..c4c208a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,9 @@ clean: clean_scripts clean_translated_manpages
 online-test:
 	$(MAKE) -C test/ online-test
 
-test: test_test test_scripts
+test:
+	$(MAKE) test_scripts
+	$(MAKE) test_test
 
 test-installed:
 	$(MAKE) -C test/ $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list