From 50d7be8d947b71e4dba181314fcf3392100d0080 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 19:23:00 +0200 Subject: cleanup --- testx/create.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testx/create.go') 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 -- cgit v1.3