|
From: <sv...@va...> - 2012-04-06 13:55:01
|
florian 2012-04-06 14:54:53 +0100 (Fri, 06 Apr 2012)
New Revision: 12494
Log:
Skip the test if it was not compiled, i.e. dwarf4 is not supported.
Modified files:
trunk/memcheck/tests/dw4.vgtest
Modified: trunk/memcheck/tests/dw4.vgtest (+1 -0)
===================================================================
--- trunk/memcheck/tests/dw4.vgtest 2012-04-06 12:51:04 +01:00 (rev 12493)
+++ trunk/memcheck/tests/dw4.vgtest 2012-04-06 14:54:53 +01:00 (rev 12494)
@@ -1,2 +1,3 @@
+prereq: test -e dw4
prog: dw4
vgopts: --read-var-info=yes -q
|