test: add test layout
This commit is contained in:
16
testdata/test-layout.kdl
vendored
Normal file
16
testdata/test-layout.kdl
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user