mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Converted gen emitter tests to gtest, and removed the old testing framework from core
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include "emittertests.h"
|
||||
#include "tests.h"
|
||||
|
||||
namespace Test {
|
||||
void RunAll() {
|
||||
bool passed = true;
|
||||
if (!RunEmitterTests())
|
||||
passed = false;
|
||||
|
||||
if (passed)
|
||||
std::cout << "All tests passed!\n";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user