summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl.in')
-rwxr-xr-xruntest.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.pl.in b/runtest.pl.in
index 818b5535..5b8b4bbe 100755
--- a/runtest.pl.in
+++ b/runtest.pl.in
@@ -122,7 +122,7 @@ sub runtest
my @commands = (
"msbuild /nologo /consoleloggerparameters:ErrorsOnly ".
- "infrastructure\\cmake\\$test_project_exe.vcxproj",
+ "infrastructure\\cmake\\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"
);