From: Javier Fernández-Sanguino Date: Tue, 9 May 2017 23:55:42 +0000 (+0000) Subject: Add test as a target X-Git-Tag: 20180215~80 X-Git-Url: http://git.projectaon.org/?a=commitdiff_plain;h=760278534d7d3629adf7338e23f4e949b5aa7f70;p=project-aon.git Add test as a target git-svn-id: https://projectaon.org/data/trunk@2618 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/pdf/build/lw/Makefile b/common/pdf/build/lw/Makefile index 7258ee6..d70f9c7 100644 --- a/common/pdf/build/lw/Makefile +++ b/common/pdf/build/lw/Makefile @@ -27,7 +27,7 @@ all-english: $(ENGLISH_DIRS) all-spanish: $(SPANISH_DIRS) install: $(DIRS-install) -clean: $(DIRS-clean) +clean: $(DIRS-clean) test-clean distclean: $(DIRS-distclean) $(DIRS-install): @@ -41,3 +41,9 @@ $(DIRS-distclean): $(DIRS): $(MAKE) -C $@ + +test: + $(MAKE) -C setup_test + +test-clean: + $(MAKE) -C setup_test clean