1 2 3 4 5 6 7 8 9 10 11
#ifndef SLICER_TEST_HELPERS_H #define SLICER_TEST_HELPERS_H #include <filesystem> #include <visibility.h> // These are just thin wrappers that throw exceptions DLL_PUBLIC void diff(const std::filesystem::path & left, const std::filesystem::path & right); #endif