Add end-to-end build tests

This commit is contained in:
Lucien Greathouse
2019-08-07 17:41:17 -07:00
parent 62bb5a28aa
commit 77db25b4d9
10 changed files with 363 additions and 0 deletions

10
rojo-test/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rojo-test"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
publish = false
[dependencies]
insta = "0.10.0"
tempfile = "3.1.0"