Commit c324bf8a authored by Jesse Beder's avatar Jesse Beder
Browse files

Merge core

parents 391111c0 2b2e6071
......@@ -9,11 +9,7 @@
namespace YAML {
struct EmitterStyle {
enum value {
Default,
Block,
Flow,
};
enum value { Default, Block, Flow };
};
}
......
......@@ -31,4 +31,4 @@ set_target_properties(run-tests PROPERTIES
)
target_link_libraries(run-tests yaml-cpp gtest gmock)
#add_test(yaml-reader-test run-tests)
add_test(yaml-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run-tests)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment