public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sandbox:stable-2.x commit in: /, tests/
@ 2025-01-08  4:55 Mike Gilbert
  2025-01-14  4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Gilbert @ 2025-01-08  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4d815277d896b365407b24701b7c4ff2a5fe765d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 04:30:57 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 04:30:57 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=4d815277

tests: rename testsuite.list.at to testsuite.list

This avoids a circular make dependency by not matching the *.at
wildcard.

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .gitignore         | 2 +-
 tests/local.mk     | 2 +-
 tests/testsuite.at | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7704390..7f6dae9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,5 +73,5 @@ core
 /tests/package.m4
 /tests/testsuite
 /tests/testsuite.dir/
-/tests/testsuite.list.at
+/tests/testsuite.list
 /tests/testsuite.log

diff --git a/tests/local.mk b/tests/local.mk
index 4f166cc..73900b6 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -139,7 +139,7 @@ installcheck-local: %D%/atconfig %D%/atlocal $(TESTSUITE)
 clean-local:
 	test ! -f '$(TESTSUITE)' || { cd %D% && $(SHELL) '$(ABS_TESTSUITE)' --clean; }
 
-TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list.at
+TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list
 AUTOTEST = $(AUTOM4TE) --language=autotest
 $(TESTSUITE): $(AT_FILES) $(TESTSUITE_LIST)
 	@$(MKDIR_P) '$(top_srcdir)/%D%'

diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2fbe1dc..38032dc 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -6,4 +6,4 @@ m4_defun([SB_SECTION],[$1])
 m4_include([]SB_SECTION[.at])
 ])
 
-m4_include([testsuite.list.at])
+m4_include([testsuite.list])


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-14  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08  4:55 [gentoo-commits] proj/sandbox:stable-2.x commit in: /, tests/ Mike Gilbert
2025-01-14  4:38 ` [gentoo-commits] proj/sandbox:master " Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox