Skip to content

Commit

Permalink
Merge pull request #1116 from sebastic/dont-install-test-executables
Browse files Browse the repository at this point in the history
Don't install test executables.
  • Loading branch information
rouault committed Sep 11, 2018
2 parents 163cb37 + 30295f2 commit 4fe0d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 4fe0d9a

Please sign in to comment.