mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 04:32:01 +08:00
9 lines
161 B
C++
9 lines
161 B
C++
#include "catch2/catch.hpp"
|
|
|
|
#include "slic3r/Utils/Secrets.hpp"
|
|
|
|
/*TEST_CASE("Secret store test", "[secretstore]") {
|
|
|
|
REQUIRE(Slic3r::check_secrets());
|
|
}*/
|