This website requires JavaScript.
Explore
Help
Sign In
iGoX
/
OrcaSlicer-bambulab
Watch
1
Star
0
Fork
0
mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced
2026-08-22 20:13:10 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
279113900209ba624c71020fde22ea9ac089e04e
OrcaSlicer-bambulab
/
tests
/
example
/
example_tests_main.cpp
T
6 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
Useful verbose test output on console with Catch2
2019-10-29 13:33:29 +01:00
#include
<catch_main.hpp>
Catch2 test framework integration.
2019-10-04 11:04:26 +02:00
TEST_CASE
(
"Is example succesful"
,
"[example]"
)
{
REQUIRE
(
true
);
}
Reference in New Issue
Copy Permalink