Wildmeshing Toolkit
|
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/components/export_cache/export_cache.hpp>
#include <wmtk/components/input/input.hpp>
#include <wmtk/components/utils/Paths.hpp>
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
TEST_CASE ("component_export_cache", "[components][export_cache]") | |
Variables | |
const std::filesystem::path | data_dir = WMTK_DATA_DIR |
using json = nlohmann::json |
Definition at line 8 of file test_component_export_cache.cpp.
TEST_CASE | ( | "component_export_cache" | , |
"" | [components][export_cache] | ||
) |
Definition at line 12 of file test_component_export_cache.cpp.
References data_dir, wmtk::components::export_cache(), and wmtk::io::Cache::get_cache_path().
const std::filesystem::path data_dir = WMTK_DATA_DIR |
Definition at line 10 of file test_component_export_cache.cpp.
Referenced by TEST_CASE().