summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/encoding/makefile')
-rw-r--r--tests/cxx/tree/encoding/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/cxx/tree/encoding/makefile b/tests/cxx/tree/encoding/makefile
index 5e0803e..ca3abba 100644
--- a/tests/cxx/tree/encoding/makefile
+++ b/tests/cxx/tree/encoding/makefile
@@ -5,16 +5,12 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
-
tests := char wchar
-
default := $(out_base)/
test := $(out_base)/.test
clean := $(out_base)/.clean
-.PHONY: $(default) $(test) $(clean)
-
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))