xref: /DragonOS/user/dadk/config/test_for_robustfutex_0_1_0.dadk (revision 37cef00bb404c9cc01509c12df57548029967dc2)
1{
2  "name": "test-for-robustfutex",
3  "version": "0.1.0",
4  "description": "some tests for robust futex",
5  "rust_target": null,
6  "task_type": {
7    "BuildFromSource": {
8      "Local": {
9        "path": "apps/test-for-robustfutex"
10      }
11    }
12  },
13  "depends": [],
14  "build": {
15    "build_command": "make install"
16  },
17  "install": {
18    "in_dragonos_path": "/"
19  },
20  "clean": {
21    "clean_command": "make clean"
22  },
23  "envs": [],
24  "target_arch": ["x86_64"]
25}