Fix bug in RunTest.bat for new test.

This commit is contained in:
Philip.Hazel 2015-08-24 16:09:39 +00:00
parent 4facdb9613
commit 3c8164817e
2 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,8 @@ with a custom LLVM fuzzer.
43. Correct the setting of CMAKE_C_FLAGS in CMakeLists.txt (patch from Roy Ivy
III).
44. Fix bug in RunTest.bat for new test 14.
Version 10.20 30-June-2015
--------------------------

View File

@ -253,6 +253,9 @@ if [%1]==[11] (
if [%1]==[12] (
set type=-%bits%
)
if [%1]==[14] (
set type=-%bits%
)
fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL