Reorganize tests (#523)
* Refactor Lightbeam's tests. This refactors Lightbeam's tests.rs file into several pieces, separating quickcheck tests into their own file, and moving tests which can be run as wast tests into `tests/misc_testsuite`, and creating a tests directory for the rest. * Remove the old filetests tests. These are all covered by misc_testsuite and spec_testsuite tests. * rustfmt * Remove the "bench" feature.
This commit is contained in:
committed by
Alex Crichton
parent
0f4f9d7832
commit
e691bf36f3
3
misc_testsuite/empty.wast
Normal file
3
misc_testsuite/empty.wast
Normal file
@@ -0,0 +1,3 @@
|
||||
(module (func (export "empty")))
|
||||
|
||||
(invoke "empty")
|
||||
Reference in New Issue
Block a user