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
+7
View File
@@ -0,0 +1,7 @@
#include "catch2/catch_test_macros.hpp"
#include <connection.hpp>
TEST_CASE(MATADOR_DB_TYPE " - Query test", "[query]") {
REQUIRE(std::string(matador::test::connection::dns) == "hallo welt");
}