This website requires JavaScript.
Explore
Help
Sign In
VKVM
/
shared-memory
Watch
1
Star
0
Fork
You've already forked shared-memory
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a1e4d042e1
shared-memory
/
test
/
test_demo.cpp
7 lines
84 B
C++
Raw
Normal View
History
Unescape
Escape
die Dateien um benannt
2019-10-19 17:12:14 +02:00
#
include
"../src/SharedMemory.h"
+ Unit Test Framework + README + LICENSE + CHANGELOG
2019-10-16 16:21:27 +02:00
TEST_CASE
(
"
Demo test
"
)
{
~ fix unit tests not building
2019-12-05 09:36:57 +01:00
REQUIRE
(
42
=
=
42
)
;
bugfix
2019-10-23 21:39:09 +02:00
}