summaryrefslogtreecommitdiff
path: root/slicer/test/helpers.h
blob: 47754a9628447ec3d43f76e88b748605a2efeb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SLICER_TEST_HELPERS_H
#define SLICER_TEST_HELPERS_H

#include <string>
#include <visibility.h>
#include <filesystem>

// These are just thin wrappers that throw exceptions
DLL_PUBLIC
void
diff(const std::filesystem::path & left, const std::filesystem::path & right);

#endif