This website requires JavaScript.
Explore
Help
Sign In
VKVM
/
GUI
Watch
1
Star
0
Fork
You've already forked GUI
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9d224651c4
GUI
/
test
/
test_GUI.cpp
6 lines
103 B
C++
Raw
Blame
History
#
include
<catch2/catch.hpp>
#
include
"../src/GUI.hpp"
TEST_CASE
(
"
GUI Test
"
)
{
REQUIRE
(
42
=
=
42
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink