xref: /DragonOS/user/dadk/config/test_for_robustfutex_0_1_0.dadk (revision 182b778a3ca8c633b605ae7dd90a5e9f1131cc6d)
106560afaShmt{
206560afaShmt  "name": "test-for-robustfutex",
306560afaShmt  "version": "0.1.0",
406560afaShmt  "description": "some tests for robust futex",
506560afaShmt  "rust_target": null,
606560afaShmt  "task_type": {
706560afaShmt    "BuildFromSource": {
806560afaShmt      "Local": {
906560afaShmt        "path": "apps/test-for-robustfutex"
1006560afaShmt      }
1106560afaShmt    }
1206560afaShmt  },
1306560afaShmt  "depends": [],
1406560afaShmt  "build": {
1506560afaShmt    "build_command": "make install"
1606560afaShmt  },
1706560afaShmt  "install": {
1806560afaShmt    "in_dragonos_path": "/"
1906560afaShmt  },
2006560afaShmt  "clean": {
2106560afaShmt    "clean_command": "make clean"
2206560afaShmt  },
23*182b778aSLoGin  "envs": [],
24*182b778aSLoGin  "target_arch": ["x86_64"]
2506560afaShmt}