Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Run threads proposal testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
athei committed Sep 15, 2021
1 parent 0353803 commit cbc5a17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ fn basic(path: &str) {
run::check(path);
}
}

#[test_generator::test_resources("testsuite/spec/proposals/threads/*.wast")]
fn threads(path: &str) {
run::check(path);
}

0 comments on commit cbc5a17

Please sign in to comment.