Files
qelectrotech-source-mirror/tests/catch/tst_My_test.cpp
2025-02-19 21:32:21 +01:00

4 lines
104 B
C++

#include <catch2/catch_all.hpp>
TEST_CASE("My first test with Catch2", "[fancy]") { REQUIRE(0 == 0); }