aboutsummaryrefslogtreecommitdiff
path: root/tests/xml/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xml/makefile')
-rw-r--r--tests/xml/makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/xml/makefile b/tests/xml/makefile
deleted file mode 100644
index f3adbea..0000000
--- a/tests/xml/makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# file : tests/xml/makefile
-# license : MIT; see accompanying LICENSE file
-
-include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
-
-tests := parser serializer roundtrip
-
-default := $(out_base)/
-test := $(out_base)/.test
-clean := $(out_base)/.clean
-
-$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
-$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
-$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))
-
-$(foreach t,$(tests),$(call import,$(src_base)/$t/makefile))