summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-27 19:44:10 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-27 19:44:10 +0100
commit7a959de0b1bf890c5deefdc132fe30f20661ca9b (patch)
tree9727a7004238064a2a9f5b5bc08b52a630a7a8a1 /CMakeLists.txt
parenteb6ecdcc85ece4eb84b90f3c9bb920dc1ad2b6d1 (diff)
Introduced notion of "flags" that can be set at a certain level of the ParserScope in order to store data that should be available between parser instances, but cannot be stored in the object graph.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 10927db..0ef91d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -253,6 +253,7 @@ IF(TEST)
test/core/model/NodeTest
test/core/model/StyleTest
test/core/model/TypesystemTest
+ test/core/parser/ParserScopeTest
test/core/parser/ParserStackTest
test/core/resource/ResourceLocatorTest
test/core/resource/ResourceRequestTest