Fix bug in RunTest.bat for new test.
This commit is contained in:
parent
4facdb9613
commit
3c8164817e
|
@ -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
|
||||
--------------------------
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue