Skip to content

Commit

Permalink
Merge 30295f2 into 3de3061
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Sep 11, 2018
2 parents 3de3061 + 30295f2 commit 3994eb0
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 3994eb0

Please sign in to comment.