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
Go to the documentation of this file.
1#include <gtest/gtest.h>
2
3int main(int argc, char** argv) {
4 testing::InitGoogleTest(&argc, argv);
5 return RUN_ALL_TESTS();
6}
int main()
Definition benchmark.cpp:35