]> git.lizzy.rs Git - rust.git/commit
test: Move run-make tests into compiletest
authorAlex Crichton <alex@alexcrichton.com>
Thu, 14 Apr 2016 22:51:03 +0000 (15:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 29 Apr 2016 04:46:40 +0000 (21:46 -0700)
commit126e09e5e5f0eeb7098188126e57169c3a622563
tree78e72a5d6106945505a96da3f363777c4ac7eac5
parent092b0738b7f00740c997a3fb99dd0b8b50c4c157
test: Move run-make tests into compiletest

Forcing them to be embedded in makefiles precludes being able to run them in
rustbuild, and adding them to compiletest gives us a great way to leverage
future enhancements to our "all encompassing test suite runner" as well as just
moving more things into Rust.

All tests are still Makefile-based in the sense that they rely on `make` being
available to run them, but there's no longer any Makefile-trickery to run them
and rustbuild can now run them out of the box as well.
16 files changed:
mk/cfg/i586-pc-windows-msvc.mk
mk/cfg/i686-pc-windows-msvc.mk
mk/cfg/x86_64-pc-windows-msvc.mk
mk/platform.mk
mk/tests.mk
src/bootstrap/build/check.rs
src/bootstrap/build/mod.rs
src/bootstrap/build/step.rs
src/etc/maketest.py [deleted file]
src/test/run-make/issue-22131/Makefile
src/test/run-make/tools.mk
src/tools/compiletest/src/common.rs
src/tools/compiletest/src/header.rs
src/tools/compiletest/src/main.rs
src/tools/compiletest/src/procsrv.rs
src/tools/compiletest/src/runtest.rs