shared-memory/test/test_demo.cpp

8 lines
111 B
C++

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