Convert spec tests to gtest with gmock

This commit is contained in:
Jesse Beder
2014-03-23 12:49:30 -05:00
parent e3f120b99d
commit ace9c49e31
6 changed files with 1752 additions and 2447 deletions

View File

@@ -5,7 +5,6 @@
#include "emittertests.h"
#include "parsertests.h"
#include "spectests.h"
#include "tests.h"
namespace Test {
@@ -14,9 +13,6 @@ void RunAll() {
if (!RunEmitterTests())
passed = false;
if (!RunSpecTests())
passed = false;
if (!RunParserTests())
passed = false;