mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Convert spec tests to gtest with gmock
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user