Vowpal Wabbit
Functions
ut_main.cc File Reference
#include "gtest/gtest.h"

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 ut_main.cc.

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