blob: a0e5657f5d127bc2565919274c20344524237d67 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
. $(dirname $(readlink -e ${BASH_SOURCE[0]}))/test-libs.sh
config-timeout-multiplier 3
config-compiler clang
require-kernel-config KCSAN
call_base_test kcsan "$@"
|