diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-03 22:12:22 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-01-04 14:02:06 +0100 |
| commit | edb068401822c0cb7047019ae7a1dac587778ce3 (patch) | |
| tree | 00897a41abd674fa841492cdf4fda86d4778d399 /test/unit/CMakeLists.txt | |
| parent | 78d4126eb54d3f066d7225c160707fc68ae31229 (diff) | |
| download | PROJ-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.txt | 7 |
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 |
