Files
core/Common/cfcpp/test/tst_data_set.h
2022-10-25 18:04:19 +03:00

11 lines
205 B
C
Executable File

#pragma once
#include "global.h"
#include "../../DesktopEditor/common/File.h"
TEST(TestDataSet, allSourceFilesExistAndCorrect)
{
EXPECT_FILE_FNV_HASH(sourcePath + L"ex.ppt", 4659199142276128161);
}