aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/applications/application1/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aiet/test_resources/applications/application1/aiet-config.json')
-rw-r--r--tests/aiet/test_resources/applications/application1/aiet-config.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/aiet/test_resources/applications/application1/aiet-config.json b/tests/aiet/test_resources/applications/application1/aiet-config.json
new file mode 100644
index 0000000..97f0401
--- /dev/null
+++ b/tests/aiet/test_resources/applications/application1/aiet-config.json
@@ -0,0 +1,30 @@
+[
+ {
+ "name": "application_1",
+ "description": "This is application 1",
+ "supported_systems": [
+ {
+ "name": "System 1"
+ }
+ ],
+ "build_dir": "build",
+ "commands": {
+ "clean": [
+ "echo 'clean'"
+ ],
+ "build": [
+ "echo 'build'"
+ ],
+ "run": [
+ "echo 'run'"
+ ],
+ "post_run": [
+ "echo 'post_run'"
+ ]
+ },
+ "user_params": {
+ "build": [],
+ "run": []
+ }
+ }
+]