|
From: Nicholas N. <n.n...@gm...> - 2023-04-21 23:53:43
|
Failing to add test files to Makefile.am is a really easy mistake to make, and one I've done multiple times recently. Mark, you've often fixed these, how do you detect them? I did a try push beforehand and it didn't detect the missing file. Nick On Sat, 22 Apr 2023 at 00:18, Mark Wielaard <ma...@so...> wrote: > > https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=9d6d45cfdebc62099640d8ae566dc9c8577ba514 > > commit 9d6d45cfdebc62099640d8ae566dc9c8577ba514 > Author: Mark Wielaard <ma...@kl...> > Date: Fri Apr 21 16:15:15 2023 +0200 > > Add cachegrind/tests/ann-diff4b-aux/w.rs > > Missing testfile from commit 1fdf0e728a047f0aab4de805576b6a3a84f37b79 > "Add diff and merge capability to `cg_annotate`." > > Diff: > --- > cachegrind/tests/ann-diff4b-aux/w.rs | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/cachegrind/tests/ann-diff4b-aux/w.rs > b/cachegrind/tests/ann-diff4b-aux/w.rs > new file mode 100644 > index 0000000000..4cb29ea38f > --- /dev/null > +++ b/cachegrind/tests/ann-diff4b-aux/w.rs > @@ -0,0 +1,3 @@ > +one > +two > +three > > > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |