diff options
Diffstat (limited to 'tests/frontend/completions/no-element-path/compose-all.bst')
-rw-r--r-- | tests/frontend/completions/no-element-path/compose-all.bst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/frontend/completions/no-element-path/compose-all.bst b/tests/frontend/completions/no-element-path/compose-all.bst new file mode 100644 index 000000000..ba47081b3 --- /dev/null +++ b/tests/frontend/completions/no-element-path/compose-all.bst @@ -0,0 +1,12 @@ +kind: compose + +depends: +- filename: import-bin.bst + type: build +- filename: import-dev.bst + type: build + +config: + # Dont try running the sandbox, we dont have a + # runtime to run anything in this context. + integrate: False |