Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0c9e292

Browse files
committed
make use of SHLIB_LINK
1 parent 53bb752 commit 0c9e292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ make USE_PGXS=1 clean
4141
# initialize database
4242
initdb
4343

44-
# build pg_pathman (using PG_CPPFLAGS for gcov)
45-
make USE_PGXS=1 PG_CPPFLAGS="-coverage"
44+
# build pg_pathman (using PG_CPPFLAGS and SHLIB_LINK for gcov)
45+
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage"
4646
make USE_PGXS=1 install
4747

4848
# check build

0 commit comments

Comments
 (0)