separate sack integration test binary
[pspp] / rust / Cargo.toml
index 20a9b21afb24e9d8eeb4c2c611024e8ae534d0b5..d365ab63a8407616cf368855ebd0ac41b0c04a69 100644 (file)
@@ -6,7 +6,7 @@ authors = [ "Ben Pfaff", "John Darrington" ]
 
 [dependencies]
 anyhow = "1.0.69"
-clap = { version = "4.1.7", features = ["derive"] }
+clap = { version = "4.1.7", features = ["derive", "wrap_help"] }
 flate2 = "1.0.26"
 float_next_after = "1.0.0"
 hexplay = "0.2.1"
@@ -22,3 +22,8 @@ path = "src/main.rs"
 
 [lib]
 path = "src/lib.rs"
+
+[[test]]
+name = "sack"
+path = "tests/sack.rs"
+harness = false
\ No newline at end of file