aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-06-14 13:05:05 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-06-14 13:05:05 +0200
commit0f784d778d72cbe145b6327aacd7db110e774a95 (patch)
tree7928129a8ef01900ad43637a47d1c9912efb3282 /executor/test.go
parenta59133e5037c86b60d509c30f61b441fb4917a03 (diff)
makefile: list generated packages
Diffstat (limited to 'executor/test.go')
-rw-r--r--executor/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test.go b/executor/test.go
index 47a4e0388..1f18dd3bf 100644
--- a/executor/test.go
+++ b/executor/test.go
@@ -1,7 +1,7 @@
// Copyright 2017 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:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h"
+//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen"
package executor