1
Fork 0

Fix decode/typed_test toolchain use.

This commit is contained in:
Alex Helfet 2017-12-29 01:57:22 +00:00
parent 0f18b63197
commit 5a435c2f79

View file

@ -10,6 +10,7 @@ TC=${TC?Supply a toolchain in this environment variable}
export DECODE_TYPE_CRATE_DIR=${REPO_DIR}/test_type
export DECODE_TYPE_NAME=framed_test_type::Test
export TC
cargo +${TC} run -p framed_test_type > target/test_output;
cat target/test_output | hd;