test bootstrapping

This commit is contained in:
Daniel Bauer
2020-03-08 12:39:41 +01:00
parent 08e7c93327
commit a4f3b3091c
4 changed files with 106 additions and 101 deletions

View File

@@ -8,9 +8,11 @@ mod integration {
use super::command::get_command;
#[test]
#[ignore] // expensive
fn wham_1d() {
get_command()
.args(&["--bins", "100", "--max", "4.5", "--min", "0.7", "-T", "310"])
.args(&["--bt", "100", "--seed", "1234"])
.args(&["-f", "example/1d/metadata.dat"])
.args(&["-o", "/tmp/wham_test_1d.out"])
.output()
@@ -27,6 +29,7 @@ mod integration {
}
#[test]
#[ignore] // expensive
fn wham_1d_cyclic() {
get_command()
.args(&["--bins", "100", "--max", "pi", "--min", "-pi", "-T", "300", "--cyclic"])