aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json b/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
new file mode 100644
index 0000000..1ebb29c
--- /dev/null
+++ b/tests/aiet/test_resources/various/applications/application_with_wrong_config2/aiet-config.json
@@ -0,0 +1,30 @@
+[
+ {
+ "name": "test_application",
+ "description": "This is test_application",
+ "build_dir": "build",
+ "commands": {
+ "build": [
+ "cp ../hello_app.txt ."
+ ],
+ "run": [
+ "{application.build_dir}/hello_app.txt"
+ ]
+ },
+ "user_params": {
+ "build": [
+ {
+ "name": "--app",
+ "description": "Sample command param",
+ "values": [
+ "application1",
+ "application2",
+ "application3"
+ ],
+ "default_value": "application1"
+ }
+ ],
+ "run": []
+ }
+ }
+]