about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-04-05 11:34:23 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-04-18 16:30:01 -0700
commitb325baf0ae838c16eb554185bb8653189561dbc8 (patch)
tree637ca631b07fcdf5df610505ea62b51dc96736e2 /src/rustllvm/ExecutionEngineWrapper.cpp
parentd00782494b47ca7a4ae8e665f99ab10012b45f9c (diff)
downloadrust-b325baf0ae838c16eb554185bb8653189561dbc8.tar.gz
rust-b325baf0ae838c16eb554185bb8653189561dbc8.zip
rustbuild: Add support for compiletest test suites
This commit adds support in rustbuild for running all of the compiletest test
suites as part of `make check`. The `compiletest` program was moved to
`src/tools` (like `rustbook` and others) and is now just compiled like any other
old tool. Each test suite has a pretty standard set of dependencies and just
tweaks various parameters to the final compiletest executable.

Note that full support is lacking in terms of:

* Once a test suite has passed, that's not remembered. When a test suite is
  requested to be run, it's always run.
* The arguments to compiletest probably don't work for every possible
  combination of platforms and testing environments just yet. There will likely
  need to be future updates to tweak various pieces here and there.
* Cross compiled test suites probably don't work just yet, support for that will
  come in a follow-up patch.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions