summaryrefslogtreecommitdiffstats
path: root/yaml-cpp/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yaml-cpp/test/main.cpp')
-rwxr-xr-xyaml-cpp/test/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/yaml-cpp/test/main.cpp b/yaml-cpp/test/main.cpp
deleted file mode 100755
index 64c69f10..00000000
--- a/yaml-cpp/test/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "tests.h"
-
-int main()
-{
- Test::RunAll();
- return 0;
-}