#include #include #include #include #include "libreichwein/file.h" #include "diff.h" namespace fs = std::filesystem; using namespace Reichwein; class DiffTest: public ::testing::Test { protected: DiffTest(){ } ~DiffTest(){ } }; TEST_F(DiffTest, constructor) { Diff diff{}; }