Demo/test/test_demo.cpp

6 lines
103 B
C++

#include "../src/demo.h"
#include <catch2/catch.hpp>
TEST_CASE("Demo test") {
REQUIRE(42 == 42);
}