Skip to content

Commit

Permalink
Port run-make/sysroot-crates-are-unstable to rmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Aug 14, 2024
1 parent 80eb5a8 commit 342b374
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ run-make/reproducible-build/Makefile
run-make/rlib-format-packed-bundled-libs/Makefile
run-make/split-debuginfo/Makefile
run-make/symbol-mangling-hashed/Makefile
run-make/sysroot-crates-are-unstable/Makefile
run-make/translation/Makefile
run-make/x86_64-fortanix-unknown-sgx-lvi/Makefile
2 changes: 0 additions & 2 deletions tests/run-make/sysroot-crates-are-unstable/Makefile

This file was deleted.

5 changes: 5 additions & 0 deletions tests/run-make/sysroot-crates-are-unstable/rmake.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
use run_make_support::python_command;

fn main() {
python_command().arg("test.py").run();
}

0 comments on commit 342b374

Please sign in to comment.