diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-06-18 15:30:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-18 15:30:45 +0200 |
| commit | 6b9bcdca35973a5c206f29a74960dffdc803b7b1 (patch) | |
| tree | 7ac96f57e5914ada94c743ec1c5203583a6f72d5 /tests/run-make/error-found-staticlib-instead-crate/Makefile | |
| parent | 2d0ef75867ffc25d1d32301d0ff74af60ee1a322 (diff) | |
| parent | 6fffe848e3575292ac67d550298a6f169528fd6c (diff) | |
| download | rust-6b9bcdca35973a5c206f29a74960dffdc803b7b1.tar.gz rust-6b9bcdca35973a5c206f29a74960dffdc803b7b1.zip | |
Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxu
Migrate `error-found-staticlib-instead-crate`, `output-filename-conflicts-with-directory`, `output-filename-overwrites-input`, `native-link-modifier-verbatim-rustc` and `native-link-verbatim-linker` `run-make` tests to `rmake.rs` format Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
Diffstat (limited to 'tests/run-make/error-found-staticlib-instead-crate/Makefile')
| -rw-r--r-- | tests/run-make/error-found-staticlib-instead-crate/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make/error-found-staticlib-instead-crate/Makefile b/tests/run-make/error-found-staticlib-instead-crate/Makefile deleted file mode 100644 index 0eae41d720c..00000000000 --- a/tests/run-make/error-found-staticlib-instead-crate/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -include ../tools.mk - -all: - $(RUSTC) foo.rs --crate-type staticlib - $(RUSTC) bar.rs 2>&1 | $(CGREP) "found staticlib" |
