enabled backend tests for postgres (doesn't compile)

This commit is contained in:
2025-02-11 22:22:06 +01:00
parent 55f9f8cf67
commit 42acaf24ce
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ set(SOURCES
set(LIBRARY_TARGET matador-postgres)
#add_subdirectory(test)
add_subdirectory(test)
add_library(${LIBRARY_TARGET} MODULE ${SOURCES} ${HEADER})