aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/autotest/files/catch2_tst.cpp
blob: 604b339e1cc899481c44ec109b74c5b2482cc003 (plain)
1
2
3
4
5
6
#include <catch2/catch.hpp>

TEST_CASE("My first test with Catch2", "[fancy]")
{
    REQUIRE(0 == 0);
}