Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: tests/
Date: Mon, 05 Mar 2012 07:01:53
Message-Id: 1330930854.b00795beb43741397d73558c5455bcf1ff305c6e.vapier@gentoo
1 commit: b00795beb43741397d73558c5455bcf1ff305c6e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 5 05:22:49 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 5 07:00:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sandbox.git;a=commit;h=b00795be
7
8 tests: note that testsuite.list.at is generated
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 ---
13 tests/Makefile.am | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/tests/Makefile.am b/tests/Makefile.am
17 index e1ba631..2646228 100644
18 --- a/tests/Makefile.am
19 +++ b/tests/Makefile.am
20 @@ -105,5 +105,6 @@ $(TESTSUITE): $(AT_FILES) testsuite.list.at
21 mv $@.tmp $@
22
23 testsuite.list.at: $(AT_FILES)
24 + ( echo "dnl DO NOT EDIT: GENERATED BY MAKEFILE.AM"; \
25 $(GREP) -l '^SB_CHECK' $(AT_FILES) | LC_ALL=C sort | \
26 - $(SED) -e 's:^[.]/:sb_inc([:' -e 's:[.]at$$:]):' > $@
27 + $(SED) -e 's:^[.]/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@