summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-04 13:59:38 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-04 13:59:38 +0100
commit06e1de4674425cc5e4a1437b8d73a42d6f36ad24 (patch)
treee10d21685804758178f2bb86f864532291e4481f /CMakeLists.txt
parentae7053775ba1c013d53143d2b860fcc88d214458 (diff)
added test code for the CSS Parser (at least for selectors). This fails, however, for some reason with the Manager. This is a topic for tomorrows session.
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 b156924..ceae5d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,6 +147,7 @@ IF(TEST)
test/core/BufferedCharReaderTest
test/core/CodeTokenizerTest
test/core/CSSTest
+ test/core/CSSParserTest
test/core/LoggerTest
test/core/ManagedTest
test/core/ManagedContainersTest