062b64bce8
- set CMAke project - add Drogon submodule - add json and Catch2 submodule - add health check endpoint -RAII SqliteDb - Verify DB and HTTP some work
6 lines
93 B
C++
6 lines
93 B
C++
#include <catch2/catch_test_macros.hpp>
|
|
|
|
TEST_CASE("smoke test")
|
|
{
|
|
REQUIRE(1 + 1 == 2);
|
|
} |