mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Added stubs for spec and parser tests with the new API
This commit is contained in:
8
test/new-api/spectests.cpp
Normal file
8
test/new-api/spectests.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "spectests.h"
|
||||
|
||||
namespace Test {
|
||||
bool RunSpecTests()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user