diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 19:23:00 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 19:23:00 +0200 |
| commit | 50d7be8d947b71e4dba181314fcf3392100d0080 (patch) | |
| tree | d8106c362486bbd194c79e9fe2e2075e4eb6029d /testx/create.go | |
| parent | 4fd3756396bcdb6ecad4b2a836c68349e797004d (diff) | |
cleanup
Diffstat (limited to 'testx/create.go')
| -rw-r--r-- | testx/create.go | 2 |
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 |
