From: Bart Van Assche Date: Fri, 14 Oct 2011 09:31:54 +0000 (+0000) Subject: callgrind/tests/Makefile.am: Add regression tests simwork-both, simwork-branch and... X-Git-Tag: svn/VALGRIND_3_7_0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf864d634426f83c3b77b5002e9e16d0136c6cd;p=thirdparty%2Fvalgrind.git callgrind/tests/Makefile.am: Add regression tests simwork-both, simwork-branch and simwork-cache to the distribution tarball git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12154 --- diff --git a/callgrind/tests/Makefile.am b/callgrind/tests/Makefile.am index 2fb9fe2655..da4a426cdc 100644 --- a/callgrind/tests/Makefile.am +++ b/callgrind/tests/Makefile.am @@ -11,6 +11,9 @@ EXTRA_DIST = \ simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \ simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \ simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \ + simwork-both.vgtest simwork-both.stdout.exp simwork-both.stderr.exp \ + simwork-branch.vgtest simwork-branch.stdout.exp simwork-branch.stderr.exp \ + simwork-cache.vgtest simwork-cache.stdout.exp simwork-cache.stderr.exp \ notpower2.vgtest notpower2.stderr.exp \ notpower2-wb.vgtest notpower2-wb.stderr.exp \ notpower2-hwpref.vgtest notpower2-hwpref.stderr.exp \