Fix build scripts.
This commit is contained in:
parent
cf9b032288
commit
8ab6758169
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@ done
|
||||||
|
|
||||||
DECODE_TYPE_CRATE_DIR=test_type \
|
DECODE_TYPE_CRATE_DIR=test_type \
|
||||||
DECODE_TYPE_NAME=framed_test_type::Test \
|
DECODE_TYPE_NAME=framed_test_type::Test \
|
||||||
bin/decode_typed;
|
bin/decode_typed < /dev/null;
|
||||||
|
|
|
@ -18,4 +18,4 @@ cargo doc -p framed --verbose --no-deps;
|
||||||
|
|
||||||
DECODE_TYPE_CRATE_DIR=test_type \
|
DECODE_TYPE_CRATE_DIR=test_type \
|
||||||
DECODE_TYPE_NAME=framed_test_type::Test \
|
DECODE_TYPE_NAME=framed_test_type::Test \
|
||||||
bin/decode_typed;
|
bin/decode_typed < /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue