[][src]Function lucet_runtime_tests::helpers::test_ex

pub fn test_ex<F, R>(f: F) -> R where
    F: FnOnce() -> R, 

Run a test exclusively, so that no other test_nonex or test_ex tests will run concurrently.

This function must wrap any tests that use fork or that set a custom sigaction.