summaryrefslogtreecommitdiffstats
path: root/yaml-cpp/test/main.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-06-24 14:03:29 +0300
committerHanoh Haim <hhaim@cisco.com>2015-06-24 14:03:29 +0300
commit8b52a31ed2c299b759f330c4f976b9c70f5765f4 (patch)
tree9d6da5438b5b56b1d2d57e6c13494b4e65d000e7 /yaml-cpp/test/main.cpp
first version
Diffstat (limited to 'yaml-cpp/test/main.cpp')
-rwxr-xr-xyaml-cpp/test/main.cpp7
1 files changed, 7 insertions, 0 deletions
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;
+}