diff options
Diffstat (limited to 'executor/test.go')
| -rw-r--r-- | executor/test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/test.go b/executor/test.go index 1f18dd3bf..7bab3933c 100644 --- a/executor/test.go +++ b/executor/test.go @@ -3,6 +3,8 @@ //go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen" +// +build linux + package executor // int test_copyin(); |
