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
eaf2c77dda
shared-memory
/
test
/
test_demo.cpp
7 lines
84 B
C++
Raw
Blame
History
#
include
"../src/SharedMemory.h"
TEST_CASE
(
"
Demo test
"
)
{
REQUIRE
(
42
=
=
42
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink