diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2018-09-11 09:22:16 +0200 |
|---|---|---|
| committer | Bas Couwenberg <sebastic@xs4all.nl> | 2018-09-11 09:22:16 +0200 |
| commit | 30295f2dd2f59d2ccf8aaf76da6b397a74a470bb (patch) | |
| tree | 964d844b3d7488f71d10965e8c10a7d6165dccdd | |
| parent | 8633749902c6d7729a95bd6cefffabde7036ee29 (diff) | |
| download | PROJ-30295f2dd2f59d2ccf8aaf76da6b397a74a470bb.tar.gz PROJ-30295f2dd2f59d2ccf8aaf76da6b397a74a470bb.zip | |
Don't install test executables.
| -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 |
