Merge commit '7d53619064
' into sync_cg_clif-2023-02-09
This commit is contained in:
commit
e25566e20b
26 changed files with 638 additions and 329 deletions
|
@ -1,4 +1,3 @@
|
|||
use super::bench::SIMPLE_RAYTRACER;
|
||||
use super::build_sysroot::{self, SYSROOT_SRC};
|
||||
use super::config;
|
||||
use super::path::{Dirs, RelPath};
|
||||
|
@ -134,10 +133,6 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
|
|||
spawn_and_wait(build_cmd);
|
||||
}
|
||||
}),
|
||||
TestCase::custom("test.simple-raytracer", &|runner| {
|
||||
SIMPLE_RAYTRACER.clean(&runner.dirs);
|
||||
spawn_and_wait(SIMPLE_RAYTRACER.build(&runner.target_compiler, &runner.dirs));
|
||||
}),
|
||||
TestCase::custom("test.libcore", &|runner| {
|
||||
LIBCORE_TESTS.clean(&runner.dirs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue