aboutsummaryrefslogtreecommitdiff
path: root/tests/schema/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:47:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:47:31 +0200
commit4c174428379af308926ec70bc5b58539a1863abf (patch)
tree0f2aeaa68b28e0c86925fd4ae0e2d893d020efdc /tests/schema/makefile
parent8b5538ed49925aaf9fa22e961bd632bed8458184 (diff)
Implement enum synthesis from union
A union which has enumerations with a common base as members can be transformed to an equivalent enumeration.
Diffstat (limited to 'tests/schema/makefile')
-rw-r--r--tests/schema/makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/schema/makefile b/tests/schema/makefile
index b0fab92..fde5482 100644
--- a/tests/schema/makefile
+++ b/tests/schema/makefile
@@ -5,7 +5,14 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
-tests := annotation anonymous attribute-group element-group default union
+tests := \
+annotation \
+anonymous \
+attribute-group \
+default \
+element-group \
+enumeration \
+union
default := $(out_base)/
test := $(out_base)/.test