From 8b52a31ed2c299b759f330c4f976b9c70f5765f4 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 24 Jun 2015 14:03:29 +0300 Subject: first version --- yaml-cpp/test/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 yaml-cpp/test/main.cpp (limited to 'yaml-cpp/test/main.cpp') diff --git a/yaml-cpp/test/main.cpp b/yaml-cpp/test/main.cpp new file mode 100755 index 00000000..64c69f10 --- /dev/null +++ b/yaml-cpp/test/main.cpp @@ -0,0 +1,7 @@ +#include "tests.h" + +int main() +{ + Test::RunAll(); + return 0; +} -- cgit 1.2.3-korg