ESGRAF48/test/dummy.cpp

7 lines
79 B
C++
Raw Permalink Normal View History

#include <catch2/catch.hpp>
TEST_CASE("Dummy")
{
2019-10-05 14:14:45 +00:00
REQUIRE(true == true);
}