aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/state.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-27 12:00:13 +0900
committerOphestra <cat@gensokyo.uk>2026-05-27 12:00:13 +0900
commit7816f8b523eae98a30a088732626cb0ae1084cb9 (patch)
tree3f8eddfc405674bd3c0a1f55ba8e46386a16789b /internal/rosa/state.go
parent91e4229e32272c36086e07cc302f4025f4387c7a (diff)
internal/rosa/package: cairo
Required by sway, which is required by vm test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
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
}