aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl/VC-32.pl
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-01-18 10:26:17 +0000
committerRichard Levitte <levitte@openssl.org>2016-02-08 13:57:29 +0100
commitb00387a0a3cc9e340915eeb878e5b45bbb9f1ccd (patch)
treeabb9827d309255db4334a74a6312d9440607974e /util/pl/VC-32.pl
parent6b9686e694d602640a565e8cbbe80857db832571 (diff)
downloadopenssl-b00387a0a3cc9e340915eeb878e5b45bbb9f1ccd.tar.gz
Make TESTS= work with "nmake -f ms/ntdll.mak tests"
This works on Linux with Make already, and allows running only specified tests. Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/pl/VC-32.pl')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 1a34bb32fd..b9ae8a57ae 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -320,7 +320,7 @@ $target: $deps force.$target
set BIN_D=\$(BIN_D)
set TEST_D=\$(TEST_D)
set PERL=\$(PERL)
- \$(PERL) test\\$test_cmd
+ \$(PERL) test\\$test_cmd \$(TESTS)
force.$target:
EOF
}