Skip to content

Commit 9b00791

Browse files
Add test_asm to the run_all call
1 parent b7d3b34 commit 9b00791

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_system/src/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ fn run_all(env: &Env, args: &TestArg) -> Result<(), String> {
13741374
cargo_tests(env, args)?;
13751375
no_builtins_tests(env, args)?;
13761376
test_rustc(env, args)?;
1377+
test_asm(env, args)?;
13771378

13781379
Ok(())
13791380
}

0 commit comments

Comments
 (0)