Files
core/Common/cppcf/test/main.cpp
2022-07-29 00:25:19 +03:00

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();
}