From 7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 9 Dec 2021 00:45:03 +1300 Subject: Refactor post-install suite to test shared and static projlib (#2972) --- test/postinstall/testcpp/testcpp.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/postinstall/testcpp/testcpp.cpp (limited to 'test/postinstall/testcpp/testcpp.cpp') diff --git a/test/postinstall/testcpp/testcpp.cpp b/test/postinstall/testcpp/testcpp.cpp deleted file mode 100644 index a03ca0ee..00000000 --- a/test/postinstall/testcpp/testcpp.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include -#include -#include -#include - -int main(int /*argc */, char** /* argv */) -{ - return 0; -} -- cgit v1.2.3