mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 09:49:13 +08:00
5ffbcf1e16
Internal OpenCV library in OpenCV Manager support added; Unit tests improved, platform specific tests added, MIPS related tests added; Code refactoring done.
7 lines
133 B
C++
7 lines
133 B
C++
#include <gtest/gtest.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
} |