Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
test_main.cpp File Reference
#include <gtest/gtest.h>
+ Include dependency graph for test_main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 3 of file test_main.cpp.

3 {
4 testing::InitGoogleTest(&argc, argv);
5 return RUN_ALL_TESTS();
6}