"vscode:/vscode.git/clone" did not exist on "45ac700fffd3eca5258f1f78124f396263bc5e22"
main.cpp 168 Bytes
Newer Older
1
2
#include "tests.h"

3
4
5
6
#include "gtest/gtest.h"

int main(int argc, char** argv) {
  ::testing::InitGoogleTest(&argc, argv);
Jesse Beder's avatar
Jesse Beder committed
7
  Test::RunAll();
8
  return RUN_ALL_TESTS();
9
}