summaryrefslogtreecommitdiff
path: root/testx/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'testx/create.go')
-rw-r--r--testx/create.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/testx/create.go b/testx/create.go
index 7153e54..306e50a 100644
--- a/testx/create.go
+++ b/testx/create.go
@@ -7,6 +7,7 @@ import (
"os/exec"
"pik/identity"
"pik/model"
+ "pik/runner"
"testing"
)
@@ -31,6 +32,7 @@ func TState(sources ...*model.Source) *model.State {
}
type TestTarget struct {
+ runner.BaseTarget
Identifier string
SubValue []string
Tags model.Tags