public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sandbox:stable-2.x commit in: /, tests/
Date: Wed, 08 Jan 2025 04:55:33 +0000 (UTC)	[thread overview]
Message-ID: <1736310657.4d815277d896b365407b24701b7c4ff2a5fe765d.floppym@gentoo> (raw)

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])


WARNING: multiple messages have this Message-ID (diff)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sandbox:master commit in: /, tests/
Date: Tue, 14 Jan 2025 04:38:22 +0000 (UTC)	[thread overview]
Message-ID: <1736310657.4d815277d896b365407b24701b7c4ff2a5fe765d.floppym@gentoo> (raw)
Message-ID: <20250114043822.AYQzAQXuVInHXr2nUoBKSomu4nYkWGGq0CXqbXYtZS0@z> (raw)

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])


             reply	other threads:[~2025-01-08  4:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08  4:55 Mike Gilbert [this message]
2025-01-14  4:38 ` [gentoo-commits] proj/sandbox:master commit in: /, tests/ Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736310657.4d815277d896b365407b24701b7c4ff2a5fe765d.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox