summaryrefslogblamecommitdiffstatshomepage
path: root/tests/main.cpp
blob: 5a07b8371865c92fba222b8feee43492ae64102e (plain) (tree)
1
2
3
4
5
6
7
8
9

                        
 
                                
 

                                       
 
 
#include <stdio.h>
#include "gtest/gtest.h"

int main(int argc, char **argv) 
{
  testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}