From 9c02d6698f852d94736ce3a88e593bf45d22361d Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 21 Dec 2014 23:46:14 +0100 Subject: allowing to store Function objects in Variants, added simple unit test for the Method class --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3575d7a..628bcfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ IF(TEST) test/core/ResourceLocatorTest test/core/TokenizerTest test/core/common/CharReaderTest + test/core/common/FunctionTest test/core/common/LoggerTest test/core/common/RttiTest test/core/common/VariantReaderTest -- cgit v1.2.3