aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/tools/tool2/aiet-config.json
blob: 6eee9a66889d3638f2a85f9b16cbff123a784892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "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": []
    }
  }
]