Skip to content

Commit

Permalink
Sync yk and add bf tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptersilie committed Feb 3, 2025
1 parent 7ab2151 commit 076bc22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@ for b in collect_and_decode promote; do
YKB_TRACER=hwt cargo bench --bench "${b}" -- --profile-time 1
done

# Test some BF programs.
git clone https://github.com/ykjit/ykcbf.git
cd ykcbf
PATH=$(pwd)/../bin:${PATH} YK_BUILD_TYPE=debug make
./bf_simple_yk lang_tests/bench.bf
./bf_simple_yk lang_tests/hanoi-opt.bf
cd ..

# Check licenses.
wait "${cargo_deny_mdbook_pid}" || ( cat "${cargo_deny_mdbook_tmp}" && exit 1 )
cargo-deny check license
Expand Down

0 comments on commit 076bc22

Please sign in to comment.