diff --git a/CMakeLists.txt b/CMakeLists.txt index 4beef06..eff57e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,6 +165,7 @@ set(INCLUDE include/tcframe/util/StringUtils.hpp include/tcframe/util/optional.hpp include/tcframe/validator/vector.hpp + include/tcframe/validator/number.hpp ) set(TEST_UNIT @@ -260,6 +261,7 @@ set(TEST_UNIT test/unit/tcframe/util/StringUtilsTests.cpp test/unit/tcframe/util/TestUtils.hpp test/unit/tcframe/validator/VectorValidatorTests.cpp + test/unit/tcframe/validator/NumberValidatorTests.cpp ) add_executable(test_unit ${INCLUDE} ${TEST_UNIT})