aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/state.go')
-rw-r--r--internal/rosa/state.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/internal/rosa/state.go b/internal/rosa/state.go
index e04027ec..1aa37ea9 100644
--- a/internal/rosa/state.go
+++ b/internal/rosa/state.go
@@ -819,11 +819,12 @@ func (s *S) getFrame() azalea.Frame {
) (v any, set bool, err error) {
var attr MesonHelper
if err = args.Apply(map[unique.Handle[azalea.Ident]]any{
- k("preCompile"): &attr.ScriptCompileEarly,
- k("postCompile"): &attr.ScriptCompiled,
- k("postInstall"): &attr.Script,
- k("setup"): &attr.Setup,
- k("skipTest"): &attr.SkipTest,
+ k("preCompile"): &attr.ScriptCompileEarly,
+ k("postCompile"): &attr.ScriptCompiled,
+ k("postInstall"): &attr.Script,
+ k("setup"): &attr.Setup,
+ k("skipTest"): &attr.SkipTest,
+ k("interactiveTest"): &attr.InteractiveTest,
}); err != nil {
return
}