aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/tools/tool2/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiet/test_resources/tools/tool2/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/tools/tool2/aiet-config.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/aiet/test_resources/tools/tool2/aiet-config.json b/tests/aiet/test_resources/tools/tool2/aiet-config.json
deleted file mode 100644
index 6eee9a6..0000000
--- a/tests/aiet/test_resources/tools/tool2/aiet-config.json
+++ /dev/null
@@ -1,26 +0,0 @@
-[
- {
- "name": "tool_2",
- "description": "This is tool 2 with no supported systems",
- "build_dir": "build",
- "supported_systems": [],
- "commands": {
- "clean": [
- "echo 'clean'"
- ],
- "build": [
- "echo 'build'"
- ],
- "run": [
- "echo 'run'"
- ],
- "post_run": [
- "echo 'post_run'"
- ]
- },
- "user_params": {
- "build": [],
- "run": []
- }
- }
-]