diff options
author | crupest <crupest@outlook.com> | 2023-12-30 01:43:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-12-30 14:11:23 +0800 |
commit | c4641cadc0070b38f4efec740023a9300a7602d1 (patch) | |
tree | e9bb34d284445923217bea479ee4bc5a4a78b029 /test/common/CMakeLists.txt | |
parent | f7a40005ec854131629acac8d03aed0e8a5da415 (diff) | |
download | cru-c4641cadc0070b38f4efec740023a9300a7602d1.tar.gz cru-c4641cadc0070b38f4efec740023a9300a7602d1.tar.bz2 cru-c4641cadc0070b38f4efec740023a9300a7602d1.zip |
Fix bugs and write unit tests for SelfResolvable.
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r-- | test/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt index 650e82a9..602af819 100644 --- a/test/common/CMakeLists.txt +++ b/test/common/CMakeLists.txt @@ -1,6 +1,7 @@ add_executable(CruBaseTest HandlerRegistryTest.cpp PropertyTreeTest.cpp + SelfResolvableTest.cpp StringTest.cpp StringToNumberConverterTest.cpp StringUtilTest.cpp |