1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix distcheck problems with parallel tests

* test-suite/Makefile.am (EXTRA_DIST): Add (test-lib lib automake)
(TEST_LOG_DRIVER): Use srcdir.
This commit is contained in:
Andy Wingo 2024-06-23 23:26:47 +02:00
parent b124f251fc
commit b2cc237a02

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright 2001-2020, 2023 Software Foundation, Inc. ## Copyright 2001-2020, 2023, 2024 Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -203,6 +203,7 @@ SCM_TESTS = tests/00-initial-env.test \
EXTRA_DIST = \ EXTRA_DIST = \
guile-test \ guile-test \
test-suite/lib.scm \ test-suite/lib.scm \
test-suite/lib/automake.scm \
$(SCM_TESTS) \ $(SCM_TESTS) \
tests/match.test.upstream \ tests/match.test.upstream \
tests/multilingual.nottest \ tests/multilingual.nottest \
@ -259,6 +260,6 @@ AM_SCM_LOG_FLAGS = --no-auto-compile
# Use a custom driver for *.test (assume they use (test-suite lib)). # Use a custom driver for *.test (assume they use (test-suite lib)).
# See the automake info pages regarding "Custom Test Drivers". # See the automake info pages regarding "Custom Test Drivers".
TEST_LOG_DRIVER = ./driver TEST_LOG_DRIVER = $(srcdir)/driver
EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss driver