aboutsummaryrefslogtreecommitdiff
path: root/tests/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli.rs')
-rw-r--r--tests/cli.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cli.rs b/tests/cli.rs
index 4ddc675..b099721 100644
--- a/tests/cli.rs
+++ b/tests/cli.rs
@@ -72,6 +72,8 @@ fn test_1() {
let mut run = fpm_bin();
run.arg("run")
+ .arg("--target-dir")
+ .arg("build-test")
.current_dir("tests/1");
run.assert()
.success2()
@@ -92,6 +94,8 @@ fn test_2() {
let mut run = fpm_bin();
run.arg("run")
+ .arg("--target-dir")
+ .arg("build-test")
.current_dir("tests/2");
run.assert()
.success2()