From 8a204534f05766f67124252c3683f266a416a39f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 24 Nov 2014 11:08:24 -0500 Subject: [PATCH] *.{out=>apply} for test case apply-gen output --- .gitignore | 2 +- Makefile | 4 ++-- test/transform/apply-gen-test.xsl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fd19029..81a9a69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /test/index.html /test/**/xspec/ -*.out +*.apply diff --git a/Makefile b/Makefile index 89bf7e9..4df9b82 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ path_src := src path_test := test -test_in_apply_gen := $(path_test)/transform/apply-gen-test-in.xsl.out +test_in_apply_gen := $(path_test)/transform/apply-gen-test-in.xsl.apply .PHONY: check test @@ -27,7 +27,7 @@ test: check check: $(test_in_apply_gen) $(path_test)/runner -%.xsl.out: %.xsl +%.apply: % java -jar "$(SAXON_CP)" \ -xsl:"$(path_src)/transform/apply-gen.xsl" \ "$<" > "$@" diff --git a/test/transform/apply-gen-test.xsl b/test/transform/apply-gen-test.xsl index 3e79ed3..0b8fd56 100644 --- a/test/transform/apply-gen-test.xsl +++ b/test/transform/apply-gen-test.xsl @@ -37,7 +37,7 @@ - +