5 Commits

Author SHA1 Message Date
Eric Huss
83571aee56 Minor testsuite organization. 2019-11-24 18:42:45 -08:00
Alex Crichton
9115b2c326 Extract support directory to its own crate
Extract out all our test support code to its own standalone crate so it
can be shared between multiple test suites if necessary.
2019-09-16 11:47:09 -07:00
Jethro Beekman
0e0d968825 Update #[test] attribute on all tests in the testsuite
sed -i 's/^#\[test\]/#[cargo_test]/' $(rg -l '^#\[test\]')

Manual fixes:
* proc_macro::proc_macro_doctest
2019-06-07 12:41:26 -07:00
Damian
a51759c5e8 Moved checks into compile_options(), changed tests 2019-01-03 23:00:45 +01:00
Damian
56b6a80f57 --example with no argument now lists all available examples 2019-01-01 11:03:55 +01:00