diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e3d3c7..97ee48c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,7 +136,8 @@ IF(TEST) # Add all unit test files ADD_EXECUTABLE(ousia_test_core -# test/core/ManagedTest + test/core/ManagedTest + test/core/ManagedContainersTest test/core/NodeTest test/core/script/FunctionTest test/core/script/ObjectTest |