# oh_test **Repository Path**: wzlgit/oh_test ## Basic Information - **Project Name**: oh_test - **Description**: openharmony 对接litecg测试用例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-12 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 用例测试方法: 1. 修改run.sh中WORK_DIR为自己的目录 2. 将run.sh拷贝到用例目录 3. 执行测试:./run.sh 用例名 常见问题说明: 1. 如何查看Circuit IR? ark_aot_compiler执行命令添加 --log-level=info --compiler-log=all012选项 2. 如何生成aarch64平台的二进制文件? ark_aot_compiler执行命令添加 --compiler-target-triple=aarch64-unknown-linux-gnu 选项