Skip to content

Commit 23f0116

Browse files
authored
test: move all integration tests into one target (#1397)
This makes compilation _much_ faster.
1 parent 527c71d commit 23f0116

23 files changed

+22
-0
lines changed

test_vm/tests/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Put all tests in the `suite` directory and add them to the module. This way, they'll get compiled as one target which is _much_ faster.

test_vm/tests/all_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mod suite;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)