summaryrefslogtreecommitdiff
path: root/slicer/test/helpers.h
blob: 576a481726d9165150ac5bf88c6ae52632a47a43 (plain)
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