Generate *.apply for tests

* Makefile.am (apply_src): Include $(path_test)
master
Mike Gerwitz 2016-07-05 09:47:56 -04:00
parent 24bbf1afdb
commit 93287bd101
1 changed files with 1 additions and 1 deletions

View File

@ -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