From eef71c890651062a4bcd97d053654ef9ed270f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 27 Jan 2020 22:59:31 -0700 Subject: Test "fpm run" in the same directory as fpm build --- tests/cli.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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() -- cgit v1.2.3