added tests for backends
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user