Welcome to mirror list, hosted at ThFree Co, Russian Federation.

example_tests_main.cpp « example « tests - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32e8d02b76059f34dc0f25bac17a3ca0b33be41d (plain)
1
2
3
4
5
6
#define CATCH_CONFIG_MAIN
#include <catch_main.hpp>

TEST_CASE("Is example succesful", "[example]") {
    REQUIRE(true);
}