Skip to content

Commit

Permalink
fix binary-test
Browse files Browse the repository at this point in the history
  • Loading branch information
douyixuan committed Aug 28, 2024
1 parent 76480c9 commit 8783b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ test/example:
${CELL} -t riscv tests/examples/inputs.cell && ckb-debugger --bin inputs
${CELL} -t riscv tests/examples/outputs.cell && ckb-debugger --bin outputs
${CELL} -t riscv tests/examples/sudt.cell && ckb-debugger --bin sudt || true

${CELL} -t riscv tests/examples/binary-test.cell && ckb-debugger --bin binary-test || true

${CELL} -t riscv tests/examples/multi-files && ckb-debugger --bin multi-files
${CELL} -t riscv tests/examples/import-package && ckb-debugger --bin import-package

${CELL} -t riscv tests/examples/brainfuck-vm.cell && ckb-debugger --bin brainfuck-vm
${CELL} -t riscv tests/examples/byte.cell && ckb-debugger --bin byte
${CELL} -t riscv tests/examples/xudt.cell && ckb-debugger --bin xudt || true

${CELL} -t riscv tests/stdlib/binary-test.cell && ckb-debugger --bin binary-test

test/cross:
@echo " ${>>>} test cross compiling ${<<<} "
Expand Down
File renamed without changes.

0 comments on commit 8783b20

Please sign in to comment.