Remove swig and python test related things

This commit is contained in:
kamilritz
2019-10-17 17:28:10 +02:00
committed by Mathieu Bresciani
parent d88e242a60
commit d79199c863
25 changed files with 7 additions and 4837 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#include <gtest/gtest.h>
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
std::cout << "Run ECL gtests" << std::endl;
return RUN_ALL_TESTS();
testing::InitGoogleTest(&argc, argv);
std::cout << "Run ECL gtests" << std::endl;
return RUN_ALL_TESTS();
}