From: Bart Van Assche Date: Tue, 9 May 2017 05:13:40 +0000 (+0000) Subject: drd/tests/Makefile.am: Add dlopen.stdout.exp to EXTRA_DIST X-Git-Tag: svn/VALGRIND_3_13_0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7064a0501448c977de12ffb39cfef853f1725e64;p=thirdparty%2Fvalgrind.git drd/tests/Makefile.am: Add dlopen.stdout.exp to EXTRA_DIST git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16344 --- diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index 9896ec5f76..26517ca258 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -103,8 +103,9 @@ EXTRA_DIST = \ custom_alloc.vgtest \ custom_alloc_fiw.stderr.exp \ custom_alloc_fiw.vgtest \ - dlopen.stderr.exp \ - dlopen.vgtest \ + dlopen.stderr.exp \ + dlopen.stdout.exp \ + dlopen.vgtest \ fp_race.stderr.exp \ fp_race.stderr.exp-mips32-be \ fp_race.stderr.exp-mips32-le \