From ce848f1571a82ec03881fce127ff28bec8da239e Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 6 Apr 2023 21:31:37 +0200 Subject: [PATCH] Build system: Removed unnecessary lines in tools/Makefile.am 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. --- tools/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index e5e3631..5e1b6ee 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,11 +28,6 @@ cpdb_pickle_print_CFLAGS = \ # Tests ("make test"/"make check") # ================================ -TESTdir = . - -TEST_SCRIPTS = \ - run-tests.sh - TESTS = \ run-tests.sh