mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Minor style improvement over r13190.
Prerequisite should be non existence of a #define (rather than existence of #undef in the comments). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13192
This commit is contained in:
parent
b282550dc1
commit
b47835232b
@ -1,3 +1,3 @@
|
||||
prereq: test -e pth_spinlock && ./supported_libpthread && grep '#undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT' ../../config.h > /dev/null
|
||||
prereq: test -e pth_spinlock && ./supported_libpthread && ! grep '#define DISABLE_PTHREAD_SPINLOCK_INTERCEPT 1' ../../config.h > /dev/null
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_spinlock
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user