Browse Source

sanitizers don't need valgrind

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
9c4aebd8e3
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/test_functest.py

+ 0
- 1
test/test_functest.py View File

@@ -53,7 +53,6 @@ def check_functest_sanitizers(implementation):
else:
print("Supported platform: {}".format(platform.machine()))

helpers.ensure_available('valgrind')
helpers.make('clean-scheme', 'functest',
TYPE=implementation.scheme.type,
SCHEME=implementation.scheme.name,


Loading…
Cancel
Save