Skip to content

Commit

Permalink
nasmtests: more tests, new large arithmetic test generation, compile …
Browse files Browse the repository at this point in the history
…faster
  • Loading branch information
copy committed Oct 5, 2023
1 parent 49dc299 commit 6c0f264
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 88 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ tests-release: build/libv86.js build/v86.wasm build/integration-test-fs/fs.json
TEST_RELEASE_BUILD=1 ./tests/full/run.js

nasmtests: all-debug
$(MAKE) -C $(NASM_TEST_DIR) all
$(NASM_TEST_DIR)/create_tests.js
$(NASM_TEST_DIR)/gen_fixtures.js
$(NASM_TEST_DIR)/run.js

nasmtests-force-jit: all-debug
$(MAKE) -C $(NASM_TEST_DIR) all
$(NASM_TEST_DIR)/create_tests.js
$(NASM_TEST_DIR)/gen_fixtures.js
$(NASM_TEST_DIR)/run.js --force-jit

Expand Down
28 changes: 0 additions & 28 deletions tests/nasm/Makefile

This file was deleted.

Loading

0 comments on commit 6c0f264

Please sign in to comment.