parent
e5fee507ce
commit
4f181f8aa0
@ -0,0 +1,7 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("NullTest", "[NullTest]") {
|
||||
SECTION("Null") {
|
||||
REQUIRE(1==1);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue