Convert node tests to gtest

This commit is contained in:
Jesse Beder
2014-03-23 19:21:13 -05:00
parent 33424ecb65
commit ad0a3311a7
8 changed files with 439 additions and 712 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();
}