diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/mockery.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mockery.sh b/tools/mockery.sh new file mode 100755 index 000000000..751ae9da1 --- /dev/null +++ b/tools/mockery.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# Copyright 2022 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. + +go run github.com/vektra/mockery/v2@v2.12.3 "$@" |
