aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/testcpp/testcpp.cpp
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-12-09 00:45:03 +1300
committerGitHub <noreply@github.com>2021-12-09 00:45:03 +1300
commit7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552 (patch)
treed71d0771cc9f95d5a8ea96bd975bbd4164188813 /test/postinstall/testcpp/testcpp.cpp
parent1b18defb63c7d2420d18e4375348663874247838 (diff)
downloadPROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.tar.gz
PROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.zip
Refactor post-install suite to test shared and static projlib (#2972)
Diffstat (limited to 'test/postinstall/testcpp/testcpp.cpp')
-rw-r--r--test/postinstall/testcpp/testcpp.cpp10
1 files changed, 0 insertions, 10 deletions
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 <proj/io.hpp>
-#include <proj/crs.hpp>
-#include <proj/coordinateoperation.hpp>
-#include <proj/coordinatesystem.hpp>
-#include <proj/datum.hpp>
-
-int main(int /*argc */, char** /* argv */)
-{
- return 0;
-}