1 parent ba54119 commit b47c92aCopy full SHA for b47c92a
1 file changed
.github/workflows/linux.yml
@@ -34,6 +34,6 @@ jobs:
34
run: |
35
# Since we are cross-compiling, it's easier to use raw gcc than CMake here
36
# to avoid setting up a full CMake toolchain file for RISC-V.
37
- riscv64-linux-gnu-gcc tests/test_suite.c -Iinclude -I. -O3 -lm -static -o test_riscv64
+ riscv64-linux-gnu-gcc tests/test_suite.c src/cjsonx.c -Iinclude -I. -Isrc -O3 -lm -static -o test_riscv64
38
echo "{}" > test_dummy.json
39
qemu-riscv64 ./test_riscv64 test_dummy.json
0 commit comments