mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
9846445c8e
Parallelize more tests and reduce number of iterations in random tests under race detector.
9 lines
222 B
Go
9 lines
222 B
Go
// Copyright 2018 syzkaller project authors. All rights reserved.
|
|
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
// +build !race
|
|
|
|
package prog
|
|
|
|
const raceEnabled = false
|