mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Convert core parser tests to gtest
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "emittertests.h"
|
||||
#include "parsertests.h"
|
||||
#include "tests.h"
|
||||
|
||||
namespace Test {
|
||||
@@ -13,9 +12,6 @@ void RunAll() {
|
||||
if (!RunEmitterTests())
|
||||
passed = false;
|
||||
|
||||
if (!RunParserTests())
|
||||
passed = false;
|
||||
|
||||
if (passed)
|
||||
std::cout << "All tests passed!\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user