From 2b158f4fb4871da652a185e283d5a5ba685223ff Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 20 Apr 2022 13:41:00 +0200 Subject: [PATCH] Added test_etl_traits --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d8c7af95..b177c56a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -127,6 +127,7 @@ set(TEST_SOURCE_FILES test_endian.cpp test_enum_type.cpp test_error_handler.cpp + test_etl_traits.cpp test_exception.cpp test_fixed_iterator.cpp test_fixed_sized_memory_block_allocator.cpp