Add test target to Cargo config

This commit is contained in:
Steven Fackler 2014-07-12 13:28:23 -07:00
parent 10286ea274
commit e0257e3da1

View File

@ -9,6 +9,11 @@ authors = [ "Steven Fackler <sfackler@gmail.com>" ]
name = "postgres"
path = "src/lib/lib.rs"
[[test]]
name = "test"
path = "src/test/test.rs"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"