summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-02-14 21:13:41 +0000
committerChris Wilson <chris+github@qwirx.com>2016-02-14 21:13:41 +0000
commite691016081dd4f0f3c6c17ba8f5babbda5fdefd0 (patch)
tree09712e9acc78c906a0f2a2c667ed8297df9d7c3f /runtest.pl.in
parent95a077989693c28248d5117836258f8f0ad96a43 (diff)
Update paths to match new cmake-generated project files location.
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)