aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/applications/application4/backend-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/applications/application4/backend-config.json')
-rw-r--r--tests/test_resources/backends/applications/application4/backend-config.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/test_resources/backends/applications/application4/backend-config.json b/tests/test_resources/backends/applications/application4/backend-config.json
deleted file mode 100644
index 11017e4..0000000
--- a/tests/test_resources/backends/applications/application4/backend-config.json
+++ /dev/null
@@ -1,33 +0,0 @@
-[
- {
- "name": "application_4",
- "description": "This is application 4",
- "variables": {
- "build_dir": "build"
- },
- "supported_systems": [
- {
- "name": "System 4"
- }
- ],
- "commands": {
- "run": [
- "echo {application.name}"
- ]
- },
- "user_params": {
- "run": [
- {
- "name": "--app",
- "description": "Sample command param",
- "values": [
- "application1",
- "application2",
- "application3"
- ],
- "default_value": "application1"
- }
- ]
- }
- }
-]