aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'executor/test.go')
-rw-r--r--executor/test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/test.go b/executor/test.go
index 09a1c130b..e9709b8d0 100644
--- a/executor/test.go
+++ b/executor/test.go
@@ -5,9 +5,14 @@
package executor
+// int test_copyin();
// int test_kvm();
import "C"
+func testCopyin() int {
+ return int(C.test_copyin())
+}
+
func testKVM() int {
return int(C.test_kvm())
}