mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
14 lines
266 B
C++
14 lines
266 B
C++
#include "tst_streamrw.h"
|
|
#include "tst_header.h"
|
|
#include "tst_directoryentry.h"
|
|
#include "tst_compondfile.h"
|
|
|
|
using namespace CFCPP;
|
|
using namespace std;
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
}
|