summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-02 23:31:13 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-02 23:31:13 +0100
commit75f40e25ca7e5a28cb5cf860715ef4f851641e54 (patch)
tree71790c9027b1ec16b0256a9e0a60150600fe9041 /CMakeLists.txt
parent5fa382a69c069be1b609e3c5c7b21ef747ceedd2 (diff)
Moved NodeTest to model folder
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 87ac931..53b8e89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,7 +181,6 @@ IF(TEST)
ADD_EXECUTABLE(ousia_test_core
test/core/CodeTokenizerTest
test/core/CSSTest
- test/core/NodeTest
test/core/RangeSetTest
test/core/RegistryTest
test/core/ResourceLocatorTest
@@ -199,6 +198,7 @@ IF(TEST)
test/core/managed/VariantObjectTest
test/core/model/DomainTest
test/core/model/DocumentTest
+ test/core/model/NodeTest
test/core/model/TypesystemTest
test/core/parser/ParserStackTest
# test/core/script/FunctionTest