Files
qelectrotech-source-mirror/tests/catch/tst_My_test.cpp
2020-12-08 19:57:35 +01:00

4 lines
100 B
C++

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