[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 02/02: Fix distcheck problems with parallel tests
From: |
Andy Wingo |
Subject: |
[Guile-commits] 02/02: Fix distcheck problems with parallel tests |
Date: |
Sun, 23 Jun 2024 17:48:18 -0400 (EDT) |
wingo pushed a commit to branch main
in repository guile.
commit b2cc237a02dcb13625885e76df28bc254a522100
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Sun Jun 23 23:26:47 2024 +0200
Fix distcheck problems with parallel tests
* test-suite/Makefile.am (EXTRA_DIST): Add (test-lib lib automake)
(TEST_LOG_DRIVER): Use srcdir.
---
test-suite/Makefile.am | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index f5d7471c7..6014b1f1f 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -1,6 +1,6 @@
## 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.
##
@@ -203,6 +203,7 @@ SCM_TESTS = tests/00-initial-env.test \
EXTRA_DIST = \
guile-test \
test-suite/lib.scm \
+ test-suite/lib/automake.scm \
$(SCM_TESTS) \
tests/match.test.upstream \
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)).
# 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