diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-18 14:49:50 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-18 14:49:50 +0100 |
commit | 94a60d364203f633370e1b0a77ec5b89428032e3 (patch) | |
tree | e9ef9970ec8dd93b5d302a6d52b6d90ae238eadb /CMakeLists.txt | |
parent | 93c065174e1aa306ee724dd523ef6b2254c1d388 (diff) |
Hopefully implemented a working version of the Domain resolve mechanism.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cddf159..077ac47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ IF(TEST) test/core/managed/ManagedContainerTest test/core/managed/ManagedTest test/core/managed/ManagerTest + test/core/model/DomainTest test/core/model/DocumentTest test/core/parser/ParserStackTest # test/core/script/FunctionTest |