From f65703e34e40bfc460ece9b30edba80aba64994f Mon Sep 17 00:00:00 2001 From: Brian Wengert Date: Wed, 9 Oct 2024 17:21:39 -0400 Subject: [PATCH] Added missing EnumAsStringTest files to module list --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ba2892a..bf96526 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -24,6 +24,8 @@ add_executable(module-tests oatpp-postgresql/types/IntTest.hpp oatpp-postgresql/types/CharacterTest.cpp oatpp-postgresql/types/CharacterTest.hpp + oatpp-postgresql/types/EnumAsStringTest.cpp + oatpp-postgresql/types/EnumAsStringTest.hpp oatpp-postgresql/tests.cpp )