]> git.lizzy.rs Git - rust.git/commit
compiletest: Add support for running rustdoc tests
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Apr 2015 20:48:17 +0000 (13:48 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 8 Apr 2015 00:54:33 +0000 (17:54 -0700)
commit10359de4051d56feeacd455946b93ec48e6511fc
tree00d352271aeb14ac09fd91824a1b827080c7ea1e
parentd9146bf8ba0bdf98a46c4656899e54802e96ac0c
compiletest: Add support for running rustdoc tests

Add a new test directory called 'rustdoc' where all files inside are documented
and run against the `htmldocck` script to have assertions about the output.
configure
mk/tests.mk
src/compiletest/common.rs
src/compiletest/compiletest.rs
src/compiletest/runtest.rs