Converted gen emitter tests to gtest, and removed the old testing framework from core

This commit is contained in:
Jesse Beder
2014-03-23 16:35:26 -05:00
parent ebf14ec83a
commit ad2953f660
10 changed files with 9840 additions and 10669 deletions

View File

@@ -1,9 +1,6 @@
#include "tests.h"
#include "gtest/gtest.h"
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
Test::RunAll();
return RUN_ALL_TESTS();
}