aboutsummaryrefslogtreecommitdiff
path: root/test/unit/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-03 22:12:22 +0100
committerKristian Evers <kristianevers@gmail.com>2019-01-04 14:02:06 +0100
commitedb068401822c0cb7047019ae7a1dac587778ce3 (patch)
tree00897a41abd674fa841492cdf4fda86d4778d399 /test/unit/CMakeLists.txt
parent78d4126eb54d3f066d7225c160707fc68ae31229 (diff)
downloadPROJ-edb068401822c0cb7047019ae7a1dac587778ce3.tar.gz
PROJ-edb068401822c0cb7047019ae7a1dac587778ce3.zip
Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps
With this commit we make sure that proj_angular_input() and proj_angular_output return the correct result for any given pipeline.
Diffstat (limited to 'test/unit/CMakeLists.txt')
-rw-r--r--test/unit/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index 68a6e60f..09405147 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -74,6 +74,13 @@ target_link_libraries(proj_errno_string_test
${PROJ_LIBRARIES})
add_test(NAME proj_errno_string_test COMMAND proj_errno_string_test)
+add_executable(proj_angular_io_test
+ main.cpp
+ proj_angular_io_test.cpp)
+target_link_libraries(proj_angular_io_test
+ gtest
+ ${PROJ_LIBRARIES})
+add_test(NAME proj_angular_io_test COMMAND proj_angular_io_test)
if (MSVC AND BUILD_LIBPROJ_SHARED)
# ph_phi2_test not compatible of a .dll build