Rename the 'cretonne' binary.
It soome that 'cargo doc' gets confused when there is both a library crate and a binary called 'cretonne'.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $(dirname "$0")/tools
|
cd $(dirname "$0")/tools
|
||||||
cargo test -p cretonne -p cretonne-reader -p cretonne-tools
|
PKGS="-p cretonne -p cretonne-reader -p cretonne-tools"
|
||||||
cargo doc -p cretonne -p cretonne-reader -p cretonne-tools
|
cargo build $PKGS
|
||||||
|
cargo doc $PKGS
|
||||||
|
cargo test $PKGS
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description = "Binaries for testing the Cretonne library"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cretonne"
|
name = "cton-util"
|
||||||
path = "main.rs"
|
path = "main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user