diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-05 09:47:56 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-05 10:42:55 -0400 |
commit | 93287bd1017889dac7d69aef582194ec776bd93b (patch) | |
tree | 451062fa626093e6844df5d78f67d36d15be650c /Makefile.am | |
parent | 24bbf1afdbfe982682e16a39367ae0c5d75ad908 (diff) | |
download | tame-93287bd1017889dac7d69aef582194ec776bd93b.tar.gz tame-93287bd1017889dac7d69aef582194ec776bd93b.tar.bz2 tame-93287bd1017889dac7d69aef582194ec776bd93b.zip |
Generate *.apply for tests
* Makefile.am (apply_src): Include $(path_test)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96dea43..90090f1 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 |