Skip to content

Commit

Permalink
Build system: Removed unnecessary lines in tools/Makefile.am
Browse files Browse the repository at this point in the history
Removed the TESTdir and TEST_SCRIPTS entries in tools/Makefile.am.
They are not needed and let `make install` try to install
`run-tests.sh` in the source directory, where it already is, causing
an error.

The problem only occurs when `make install` is run without
`DESTRDIR=...`. Then the installation runs without errors.
  • Loading branch information
tillkamppeter committed Apr 6, 2023
1 parent ec31f09 commit ce848f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ cpdb_pickle_print_CFLAGS = \
# Tests ("make test"/"make check")
# ================================

TESTdir = .

TEST_SCRIPTS = \
run-tests.sh

TESTS = \
run-tests.sh

Expand Down

0 comments on commit ce848f1

Please sign in to comment.