mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
17 lines
306 B
C++
17 lines
306 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[])
|
|
{
|
|
#ifdef _LINUX
|
|
system("pwd");
|
|
#endif
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
}
|