aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/README.md')
-rw-r--r--test/postinstall/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/README.md b/test/postinstall/README.md
index 3bda47b5..76d027c9 100644
--- a/test/postinstall/README.md
+++ b/test/postinstall/README.md
@@ -34,7 +34,7 @@ Two build modes are tested with each configure method:
All configure methods share the same suite of tests for `c_app` and `cpp_app`:
-- `test_ldd` - examines the shared object dependencies to see if "libproj" is found with the correct path (for `shared` build mode), or not listed as a dependency for builds with static libproj.
+- `test_libpath` - examines the shared object dependencies to see if "libproj" is found with the correct path (for `shared` build mode), or not listed as a dependency for builds with static libproj.
- `test_transform` - example coordinate transform to ensure basic functions work as expected.
- `test_searchpath` - compares `searchpath` (from `proj_info()`) to either `datadir` via pkg-config or relative path `PROJ_DIR/../../../share/proj` via CMake.
- `test_version` - compares PROJ version components from `proj_info()` to the version from pkg-config or CMake.