Update Makefile and test configuration

This commit is contained in:
Brandon Fish
2019-06-02 15:43:02 -05:00
parent 8fdc4f9bc2
commit 0c3109fb55
2 changed files with 5 additions and 2 deletions

View File

@ -121,7 +121,7 @@ pub fn set_points_used(_instance: &mut Instance, _value: u64) {
unimplemented!()
}
#[cfg(test)]
#[cfg(all(test, feature = "singlepass"))]
mod tests {
use super::*;
use wabt::wat2wasm;