From 760278534d7d3629adf7338e23f4e949b5aa7f70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Tue, 9 May 2017 23:55:42 +0000 Subject: [PATCH] Add test as a target git-svn-id: https://projectaon.org/data/trunk@2618 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/pdf/build/lw/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.34.1