From c9cb8e1a0cda97511742211c8abab89b35493560 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Feb 2015 02:27:55 +0100 Subject: Implemented ParserStateDeductor which is used to deduce the current ParserState given the Type signature extracted from a ParserScope. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 04af853..94c89dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -259,6 +259,7 @@ IF(TEST) test/core/model/TypesystemTest test/core/parser/ParserScopeTest test/core/parser/ParserStackTest + test/core/parser/ParserStateTest test/core/resource/ResourceLocatorTest test/core/resource/ResourceRequestTest # test/core/script/FunctionTest -- cgit v1.2.3