From 82a7ff7f4e849fa82b28407aa604d2813a9b2210 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Mon, 2 Oct 2023 08:47:59 +0200 Subject: [PATCH] Re-enable static map tests --- tests/libslic3r/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libslic3r/CMakeLists.txt b/tests/libslic3r/CMakeLists.txt index fea6e8ac40..d10494461a 100644 --- a/tests/libslic3r/CMakeLists.txt +++ b/tests/libslic3r/CMakeLists.txt @@ -42,7 +42,7 @@ add_executable(${_TEST_NAME}_tests test_support_spots_generator.cpp ../data/prusaparts.cpp ../data/prusaparts.hpp - # test_static_map.cpp + test_static_map.cpp ) if (TARGET OpenVDB::openvdb)