mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Merge from core
This commit is contained in:
@@ -5,15 +5,11 @@
|
||||
|
||||
#include "emittertests.h"
|
||||
#include "nodetests.h"
|
||||
#include "parsertests.h"
|
||||
#include "tests.h"
|
||||
|
||||
namespace Test {
|
||||
void RunAll() {
|
||||
bool passed = true;
|
||||
if (!RunParserTests())
|
||||
passed = false;
|
||||
|
||||
if (!RunEmitterTests())
|
||||
passed = false;
|
||||
|
||||
|
Reference in New Issue
Block a user