Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
6f4608ce
Commit
6f4608ce
authored
Nov 13, 2011
by
Jesse Beder
Browse files
Added missing includes (iostream) for the tests
parent
5abfbf5a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
test/emittertests.cpp
test/emittertests.cpp
+1
-0
test/new-api/nodetests.cpp
test/new-api/nodetests.cpp
+1
-0
test/new-api/spectests.cpp
test/new-api/spectests.cpp
+1
-0
test/old-api/parsertests.cpp
test/old-api/parsertests.cpp
+1
-0
test/spectests.cpp
test/spectests.cpp
+1
-0
No files found.
test/emittertests.cpp
View file @
6f4608ce
#include "tests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace
Test
{
...
...
test/new-api/nodetests.cpp
View file @
6f4608ce
#include "nodetests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace
{
struct
TEST
{
...
...
test/new-api/spectests.cpp
View file @
6f4608ce
#include "spectests.h"
#include "specexamples.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
#define YAML_ASSERT(cond) do { if(!(cond)) return " Assert failed: " #cond; } while(false)
...
...
test/old-api/parsertests.cpp
View file @
6f4608ce
...
...
@@ -2,6 +2,7 @@
#include "yaml-cpp/yaml.h"
#include <sstream>
#include <algorithm>
#include <iostream>
namespace
Test
{
...
...
test/spectests.cpp
View file @
6f4608ce
#include "spectests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace
Test
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment