From 36c6c87fe4380b214f8ff8a45dc0213fa109821c Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 24 Aug 2015 17:52:52 +0300 Subject: fix compile issues with external libarries --- yaml-cpp/test/main.cpp | 7 ------- 1 file changed, 7 deletions(-) delete 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 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; -} -- cgit