summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-19 00:43:51 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-19 23:55:35 +0000
commit2740ee328429e8a8b4c383b259873976a1e78e1c (patch)
treebe71949ac84d98f3f5989086aa6515f78abd4c60 /runtest.pl.in
parentdcfadb73bd9568b1baafc7987ad9e0d39fd62208 (diff)
Build the INSTALL target for tests, to put executables into the right places
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"
);