diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-07 12:11:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-07 12:11:15 +0100 |
| commit | 679987ee356c79ce5525bd4ce3b6792f4c84d664 (patch) | |
| tree | 7906c60a18b44d19ad79f16c185e835a362113b2 /test/unit | |
| parent | 529eb50f5d7e817dd27674984050a9bf1a6dce55 (diff) | |
| parent | cff5dd526edebd8aefa4405e7a9ddf7914fd79fc (diff) | |
| download | PROJ-679987ee356c79ce5525bd4ce3b6792f4c84d664.tar.gz PROJ-679987ee356c79ce5525bd4ce3b6792f4c84d664.zip | |
Make sure tests pass if extra grids are present (#1822)
Make sure tests pass if extra grids are present
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 57a03ca8..b7196828 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -7,7 +7,7 @@ noinst_HEADERS = gtest_include.h test_primitives.hpp AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/test @GTEST_CFLAGS@ @SQLITE3_CFLAGS@ AM_CXXFLAGS = @CXX_WFLAGS@ @NO_ZERO_AS_NULL_POINTER_CONSTANT_FLAG@ -PROJ_LIB ?= ../../data +PROJ_LIB ?= ../../data/for_tests noinst_PROGRAMS = pj_transform_test noinst_PROGRAMS += pj_phi2_test |
