mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-02 08:45:01 +08:00
7 lines
125 B
C++
7 lines
125 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <catch2/catch.hpp>
|
|
|
|
TEST_CASE("Is example succesful", "[example]") {
|
|
REQUIRE(true);
|
|
}
|