added tests for backends

This commit is contained in:
2024-01-25 22:28:31 +01:00
parent aa5d32e30c
commit 615143efb0
7 changed files with 62 additions and 5 deletions
+2
View File
@@ -18,6 +18,8 @@ set(SOURCES
set(LIBRARY_TARGET matador-postgres)
add_subdirectory(test)
add_library(${LIBRARY_TARGET} MODULE ${SOURCES} ${HEADER})
set_target_properties(${LIBRARY_TARGET}