shared-memory/test/test_demo.cpp

7 lines
83 B
C++
Raw Normal View History

2019-10-19 17:12:14 +02:00
#include "../src/SharedMemory.h"
2020-01-08 11:58:15 +01:00
TEST_CASE("Demo test"){
2019-12-05 09:36:57 +01:00
REQUIRE(42 == 42);
2019-10-23 21:39:09 +02:00
}