summaryrefslogtreecommitdiff
path: root/slicer/test/helpers.h
blob: 37e9cd11efe1e60cdc2bf7c1c6c4ef97bffa6e68 (plain)
1
2
3
4
5
6
7
8
#pragma once

#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);