summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl.in')
-rwxr-xr-xruntest.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtest.pl.in b/runtest.pl.in
index 8d7b33b6..2ab60963 100755
--- a/runtest.pl.in
+++ b/runtest.pl.in
@@ -126,9 +126,9 @@ sub runtest
my @commands = (
"msbuild /nologo $quiet ".
- "infrastructure\\cmake\\INSTALL.vcxproj",
+ "infrastructure\\cmake\\build\\INSTALL.vcxproj",
"xcopy /s /i /y /q $test_src_dir $test_dst_dir",
- "copy infrastructure\\cmake\\$test_mode\\$test_project_exe.exe $test_dst_dir"
+ "copy infrastructure\\cmake\\build\\$test_mode\\$test_project_exe.exe $test_dst_dir"
);
if(-d $test_dst_dir)