From 855ad4c98e22628a744007a0b824282a2a41f11c Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mar 12 2014 18:09:30 +0000 Subject: Make sure basic binary (/bin/true) runs under valgrind. --- diff --git a/valgrind.spec b/valgrind.spec index 11f2142..29e4251 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -239,6 +239,9 @@ done %endif %check +# Make sure the basic binary runs. +./vg-in-place /bin/true + # Build the test files with the software collection compiler if available. %{?scl:PATH=%{_bindir}${PATH:+:${PATH}}} # Make sure no extra CFLAGS leak through, the testsuite sets all flags @@ -299,6 +302,10 @@ echo ===============END TESTING=============== %endif %changelog +* Wed Mar 12 2014 Mark Wielaard +- Make sure basic binary (/bin/true) runs under valgrind. + And fail the whole build if not. The regtests are not zero-fail. + * Tue Mar 11 2014 Mark Wielaard - 3.9.0-9.svn20140311r13869 - Enable aarch64 based on current upstream svn. Removed upstreamed patches. Thanks to Marcin Juszkiewicz