summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-05 14:14:32 +0100
committerAndreas Stöckel <andreas@somweyr.de>2014-12-05 14:14:32 +0100
commitbf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 (patch)
tree30d1fcfaf43045904883f1f068be6347487eedb4 /CMakeLists.txt
parentddbea4164e126739f39658627c04e7e23b71e090 (diff)
removed fatal flag from LoggableException, added constructor capable of using a PosType
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 e9cc0da..98b7acb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -208,6 +208,7 @@ IF(TEST)
# Register the unit tests
ADD_TEST(ousia_test_core ousia_test_core)
ADD_TEST(ousia_test_xml ousia_test_xml)
+ ADD_TEST(ousia_test_css ousia_test_css)
# ADD_TEST(ousia_test_mozjs ousia_test_mozjs)
ENDIF()