mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Started Node tests (for the new API Node)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "tests.h"
|
||||
#include "emittertests.h"
|
||||
#include "nodetests.h"
|
||||
#include "parsertests.h"
|
||||
#include "spectests.h"
|
||||
#include "yaml-cpp/yaml.h"
|
||||
@@ -21,6 +22,11 @@ namespace Test
|
||||
|
||||
if(!RunSpecTests())
|
||||
passed = false;
|
||||
|
||||
#ifndef YAML_CPP_OLD_API
|
||||
if(!RunNodeTests())
|
||||
passed = false;
|
||||
#endif
|
||||
|
||||
if(passed)
|
||||
std::cout << "All tests passed!\n";
|
||||
|
Reference in New Issue
Block a user