diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-02 15:58:48 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-02 15:58:48 +0100 |
commit | 65778eb19e1b4d7d5d145bb2167df0eb01935da7 (patch) | |
tree | 0259d0937954f0cf8b24ad29e9aed4cc02226dc9 /CMakeLists.txt | |
parent | 35554e6d32a5e66819f8a7bf869f1853e0d6fede (diff) |
added new unit test for the Variant class and fixed some bugs
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 3a52b6e..cb4d073 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,6 +163,7 @@ IF(TEST) # test/core/script/FunctionTest # test/core/script/ObjectTest # test/core/script/VariantTest + test/core/variant/VariantTest ) TARGET_LINK_LIBRARIES(ousia_test_core |