mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
4 lines
100 B
C++
4 lines
100 B
C++
#include <catch2/catch.hpp>
|
|
|
|
TEST_CASE("My first test with Catch2", "[fancy]") { REQUIRE(0 == 0); }
|