mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Merge from core, plus convert the node spec tests to gtest
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user