Merge from core, plus convert the node spec tests to gtest

This commit is contained in:
Jesse Beder
2014-03-23 14:02:51 -05:00
284 changed files with 134122 additions and 4309 deletions

View File

@@ -6,7 +6,6 @@
#include "emittertests.h"
#include "nodetests.h"
#include "parsertests.h"
#include "spectests.h"
#include "tests.h"
namespace Test {
@@ -18,9 +17,6 @@ void RunAll() {
if (!RunEmitterTests())
passed = false;
if (!RunSpecTests())
passed = false;
if (!RunNodeTests())
passed = false;