summaryrefslogtreecommitdiff
path: root/testx/create.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 19:23:00 +0200
committerewy <ewy0@protonmail.com>2026-04-14 19:23:00 +0200
commit50d7be8d947b71e4dba181314fcf3392100d0080 (patch)
treed8106c362486bbd194c79e9fe2e2075e4eb6029d /testx/create.go
parent4fd3756396bcdb6ecad4b2a836c68349e797004d (diff)
cleanup
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