chore: init frontend+backend skeleton
这个提交包含在:
1
backend/tests/test_main.cc
普通文件
1
backend/tests/test_main.cc
普通文件
@@ -0,0 +1 @@
|
||||
// Intentionally empty: Catch2WithMain provides main().
|
||||
@@ -0,0 +1,8 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include "csp/version.h"
|
||||
|
||||
TEST_CASE("version is non-empty") {
|
||||
REQUIRE(csp::kVersion != nullptr);
|
||||
REQUIRE(std::string(csp::kVersion).size() > 0);
|
||||
}
|
||||
在新工单中引用
屏蔽一个用户