]> git.lizzy.rs Git - rust.git/commit
Add a stdtest crate to hold the standard library tests
authorBrian Anderson <banderson@mozilla.com>
Wed, 6 Jul 2011 21:33:36 +0000 (14:33 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 6 Jul 2011 21:39:40 +0000 (14:39 -0700)
commit2f7bc90514c650fca4947835998458c56439cf33
treee205d1049f35a9e2c1dbe7f0f6b845b8b9710eb5
parentb06ccb45abb5c9ea0b55c8ff8a32831188c2403f
Add a stdtest crate to hold the standard library tests

This will link to std and compile with the --test flag. Eventually the
run-pass/lib* tests will move here.

We could also put the std tests directly into the library and compile both a
library version and a test version, but I think this way will make for faster
builds.

Issue #428
configure
mk/tests.mk
src/test/stdtest/stdtest.rc [new file with mode: 0644]