From 93287bd1017889dac7d69aef582194ec776bd93b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 5 Jul 2016 09:47:56 -0400 Subject: [PATCH] Generate *.apply for tests * Makefile.am (apply_src): Include $(path_test) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 96dea436..90090f1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ path_src = src path_test = test # all source files will be run through hoxsl; see `applies' target -apply_src := $(shell find "$(path_src)" -name '*.xsl') +apply_src := $(shell find "$(path_src)" "$(path_test)" -name '*.xsl') apply_dest := $(apply_src:%.xsl=%.xsl.apply) # needed by test runner