add export demo and test

This commit is contained in:
Li Jie
2025-09-11 14:08:52 +08:00
parent 3605eeeef7
commit c3b674d804
9 changed files with 1376 additions and 0 deletions

View File

@@ -125,6 +125,13 @@ jobs:
export LLGO_FULL_RPATH=true
bash .github/workflows/test_demo.sh
- name: Test C header generation
run: |
echo "Testing C header generation in different build modes..."
cd _demo/go/export
chmod +x test.sh
./test.sh
- name: _xtool build tests
run: |
cd _xtool