shared-memory/test/test_demo.cpp

7 lines
84 B
C++

#include "../src/SharedMemory.h"
TEST_CASE("Demo test") {
REQUIRE(42 == 42);
}