summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-26 00:22:23 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-26 00:22:23 +0100
commit19dd5946125e90dcbd61966896c9f6cfc4451d80 (patch)
treeda552f4d2c881a53e62b5af59060b3e8cc6ead1b /CMakeLists.txt
parent041a2dd18050e9e26ca1ee00851461dff1e1f90c (diff)
Reactivated TokenizerTest
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 225e63d..75909e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -327,7 +327,7 @@ IF(TEST)
test/core/parser/stack/StateTest
test/core/parser/utils/SourceOffsetVectorTest
test/core/parser/utils/TokenizedDataTest
-# test/core/parser/utils/TokenizerTest
+ test/core/parser/utils/TokenizerTest
test/core/parser/utils/TokenTrieTest
test/core/resource/ResourceLocatorTest
test/core/resource/ResourceRequestTest