serde/test_suite
Sean Griffin b4d8a55b2a Change serde_path to crate
Also changed the generated code to have at least one thing refer to the
path directly, rather than via `use` -- This shows that the impl *can*
work without `use`, but doesn't actually do all the work to remove the
`use` lines unless we decide we need this feature to work on the 2015
edition
2019-03-28 11:42:50 -06: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 Change serde_path to crate 2019-03-28 11:42:50 -06: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