diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-09-11 09:44:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-11 09:44:56 +0200 |
| commit | 4fe0d9ae1e4228c3966f413bd16702ef1f6d84f8 (patch) | |
| tree | d9bf34bc46cdf95781460edb37f8d48351c9889c /test | |
| parent | 163cb3750a1c149dc4be3f47a6fd505fb5e4ef1a (diff) | |
| parent | 30295f2dd2f59d2ccf8aaf76da6b397a74a470bb (diff) | |
| download | PROJ-4fe0d9ae1e4228c3966f413bd16702ef1f6d84f8.tar.gz PROJ-4fe0d9ae1e4228c3966f413bd16702ef1f6d84f8.zip | |
Merge pull request #1116 from sebastic/dont-install-test-executables
Don't install test executables.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index b625c592..65132be7 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -7,9 +7,9 @@ noinst_HEADERS = gtest_include.h AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/test/googletest/include AM_CXXFLAGS = @CXX_WFLAGS@ @NO_ZERO_AS_NULL_POINTER_CONSTANT_FLAG@ -bin_PROGRAMS = basic_test -bin_PROGRAMS += pj_phi2_test -bin_PROGRAMS += proj_errno_string_test +noinst_PROGRAMS = basic_test +noinst_PROGRAMS += pj_phi2_test +noinst_PROGRAMS += proj_errno_string_test basic_test_SOURCES = basic_test.cpp main.cpp basic_test_LDADD = ../../src/libproj.la ../../test/googletest/libgtest.la |
