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:
@@ -3,16 +3,12 @@
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include "emittertests.h"
|
||||
#include "nodetests.h"
|
||||
#include "tests.h"
|
||||
|
||||
namespace Test {
|
||||
void RunAll() {
|
||||
bool passed = true;
|
||||
if (!RunEmitterTests())
|
||||
passed = false;
|
||||
|
||||
if (!RunNodeTests())
|
||||
passed = false;
|
||||
|
||||
|
Reference in New Issue
Block a user