mirror of
https://github.com/mirror/make.git
synced 2025-04-25 12:30:40 +08:00
* tests/scripts/function/guile: Valgrind doesn't work with Guile.
This commit is contained in:
parent
96285f875b
commit
1d289b424a
@ -21,6 +21,9 @@ $details = 'This only works on systems that support it.';
|
||||
# If we don't have Guile support, never mind.
|
||||
exists $FEATURES{guile} or return -1;
|
||||
|
||||
# Guile and Valgrind don't play together at all.
|
||||
$valgrind and return -1;
|
||||
|
||||
# Verify simple data type conversions
|
||||
# Currently we don't support vectors:
|
||||
# echo '$(guile (vector 1 2 3))'; \
|
||||
|
Loading…
Reference in New Issue
Block a user