Files
QIDISlicer/tests/slic3rutils/secretstore_tests.cpp

9 lines
173 B
C++
Raw Normal View History

2025-03-22 09:44:19 +08:00
#include "catch2/catch_test_macros.hpp"
2024-11-09 14:59:54 +08:00
#include "slic3r/Utils/Secrets.hpp"
/*TEST_CASE("Secret store test", "[secretstore]") {
REQUIRE(Slic3r::check_secrets());
}*/