aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/applications/application2/backend-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/applications/application2/backend-config.json')
-rw-r--r--tests/test_resources/backends/applications/application2/backend-config.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/test_resources/backends/applications/application2/backend-config.json b/tests/test_resources/backends/applications/application2/backend-config.json
deleted file mode 100644
index 3a3969a..0000000
--- a/tests/test_resources/backends/applications/application2/backend-config.json
+++ /dev/null
@@ -1,29 +0,0 @@
-[
- {
- "name": "application_2",
- "description": "This is application 2",
- "supported_systems": [
- {
- "name": "System 2"
- }
- ],
- "commands": {
- "clean": [
- "echo 'clean'"
- ],
- "build": [
- "echo 'build'"
- ],
- "run": [
- "echo 'run'"
- ],
- "post_run": [
- "echo 'post_run'"
- ]
- },
- "user_params": {
- "build": [],
- "run": []
- }
- }
-]