aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/systems/system1/backend-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/systems/system1/backend-config.json')
-rw-r--r--tests/test_resources/backends/systems/system1/backend-config.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/test_resources/backends/systems/system1/backend-config.json b/tests/test_resources/backends/systems/system1/backend-config.json
new file mode 100644
index 0000000..4454695
--- /dev/null
+++ b/tests/test_resources/backends/systems/system1/backend-config.json
@@ -0,0 +1,24 @@
+[
+ {
+ "name": "System 1",
+ "description": "This is system 1",
+ "commands": {
+ "clean": [
+ "echo 'clean'"
+ ],
+ "build": [
+ "echo 'build'"
+ ],
+ "run": [
+ "echo 'run'"
+ ],
+ "post_run": [
+ "echo 'post_run'"
+ ]
+ },
+ "user_params": {
+ "build": [],
+ "run": []
+ }
+ }
+]