rust/src/test
Brian Anderson 2f7bc90514 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
2011-07-06 14:39:40 -07:00
..
bench Added a new version of pfib that's better suited for benchmarking the task system. It generates gnuplot output. 2011-06-30 11:32:16 -07:00
compile-fail Swap the expected/actual for typechecking fields of updated records 2011-07-06 14:04:52 -07:00
run-fail Handle fail inside a for-each loop properly 2011-07-05 16:05:38 -07:00
run-pass Support paren-free and lightweight-case syntax 2011-07-06 17:50:52 +02:00
stdtest Add a stdtest crate to hold the standard library tests 2011-07-06 14:39:40 -07:00