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: <1736311867.149a5fb97abf4a83380c87998562dcabbdc39d5e.floppym@gentoo> (raw) commit: 149a5fb97abf4a83380c87998562dcabbdc39d5e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 04:46:01 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 04:51:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=149a5fb9 tests: move scripts to EXTRA_DIST Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Makefile.am | 2 -- tests/local.mk | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37d9933..14ef729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,6 @@ confddir = $(sysconfdir)/sandbox.d bin_PROGRAMS = check_PROGRAMS = -check_SCRIPTS = -dist_check_SCRIPTS = dist_conf_DATA = etc/sandbox.conf confd_DATA = etc/sandbox.d/00default dist_pkgdata_DATA = data/sandbox.bashrc diff --git a/tests/local.mk b/tests/local.mk index 73900b6..4ba6630 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,7 +13,11 @@ EXTRA_DIST += \ %D%/package.m4.in \ %D%/test-skel-0.c \ %D%/tests.h \ - %D%/xattr-0 + %D%/malloc-0 \ + %D%/script-0 \ + %D%/trace-0 \ + %D%/xattr-0 \ + $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) check_PROGRAMS += \ %D%/get-group \ @@ -101,12 +105,6 @@ check_PROGRAMS += \ %D%/sigsuspend-zsh_static_tst \ %D%/trace-memory_static_tst -dist_check_SCRIPTS += \ - $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) \ - %D%/malloc-0 \ - %D%/script-0 \ - %D%/trace-0 - # This will be used by all programs, not just tests/ ... AM_LDFLAGS = `expr $@ : .*_static >/dev/null && echo -all-static`
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: <1736311867.149a5fb97abf4a83380c87998562dcabbdc39d5e.floppym@gentoo> (raw) Message-ID: <20250114043822.dbbHtPBR7T4Q6mdXoQB2BryEIQt9FDeoDYwwtyplpvw@z> (raw) commit: 149a5fb97abf4a83380c87998562dcabbdc39d5e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 04:46:01 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 04:51:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=149a5fb9 tests: move scripts to EXTRA_DIST Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Makefile.am | 2 -- tests/local.mk | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37d9933..14ef729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,6 @@ confddir = $(sysconfdir)/sandbox.d bin_PROGRAMS = check_PROGRAMS = -check_SCRIPTS = -dist_check_SCRIPTS = dist_conf_DATA = etc/sandbox.conf confd_DATA = etc/sandbox.d/00default dist_pkgdata_DATA = data/sandbox.bashrc diff --git a/tests/local.mk b/tests/local.mk index 73900b6..4ba6630 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,7 +13,11 @@ EXTRA_DIST += \ %D%/package.m4.in \ %D%/test-skel-0.c \ %D%/tests.h \ - %D%/xattr-0 + %D%/malloc-0 \ + %D%/script-0 \ + %D%/trace-0 \ + %D%/xattr-0 \ + $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) check_PROGRAMS += \ %D%/get-group \ @@ -101,12 +105,6 @@ check_PROGRAMS += \ %D%/sigsuspend-zsh_static_tst \ %D%/trace-memory_static_tst -dist_check_SCRIPTS += \ - $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) \ - %D%/malloc-0 \ - %D%/script-0 \ - %D%/trace-0 - # This will be used by all programs, not just tests/ ... AM_LDFLAGS = `expr $@ : .*_static >/dev/null && echo -all-static`
next reply other threads:[~2025-01-08 4:55 UTC|newest] Thread overview: 3+ 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 -- strict thread matches above, loose matches on Subject: below -- 2025-01-08 2:12 [gentoo-commits] proj/sandbox:stable-2.x 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=1736311867.149a5fb97abf4a83380c87998562dcabbdc39d5e.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: linkBe 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