test: add test layout

This commit is contained in:
bakito
2025-03-18 20:37:28 +01:00
parent 3d385f409e
commit f3810cf241
2 changed files with 21 additions and 0 deletions

16
testdata/test-layout.kdl vendored Normal file
View File

@@ -0,0 +1,16 @@
layout {
pane split_direction="vertical" {
pane name="main"
pane {
pane {
command "make"
args "start-replica"
}
pane {
command "make"
args "start-replica2"
}
}
}
}