mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
11 lines
205 B
C
Executable File
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);
|
|
}
|