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