serde/test_suite
2019-04-03 09:40:12 -07:00
..
deps Copyright/license headers 2018-11-24 15:53:09 -08:00
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Format with rustfmt 2019-03-27 2019-04-03 09:40:12 -07:00
Cargo.toml Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
README.md Simplify running update-references.sh 2019-02-17 10:58:46 -08:00

To run unit tests

cargo test

To run ui tests

(cd deps && cargo clean && cargo update && cargo build)
cargo test --features compiletest

To update goldens after running ui tests

tests/ui/update-references.sh