diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-12 09:47:29 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-12 09:47:29 +0100 |
| commit | 94f0d87714a86385a0102f1cbd086f888475912f (patch) | |
| tree | 252cba6e62acc6e18871acccb14eb90b09959c02 /test/cli | |
| parent | 574eef1bdb2b7a3f1bde9c485b94378288d0cf08 (diff) | |
| download | PROJ-94f0d87714a86385a0102f1cbd086f888475912f.tar.gz PROJ-94f0d87714a86385a0102f1cbd086f888475912f.zip | |
Fix typo
Diffstat (limited to 'test/cli')
| -rw-r--r-- | test/cli/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am index 46359807..c0bc0871 100644 --- a/test/cli/Makefile.am +++ b/test/cli/Makefile.am @@ -54,6 +54,6 @@ testntv2-check: fi testcct-check: - PROJ_LIB=$(DATAPATH) $(TESTCCT) $(CCTEXT) + PROJ_LIB=$(DATAPATH) $(TESTCCT) $(CCTEXE) check-local: testprojinfo-check test27-check test83-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check |
