Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

17 lines
311 B
C++

#include "tst_streamrw.h"
#include "tst_header.h"
#include "tst_directoryentry.h"
#include "tst_compondfile.h"
#include "tst_data_set.h"
using namespace CFCPP;
int main(int argc, char *argv[])
{
#ifdef _LINUX
system("pwd");
#endif
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}