summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwindows/tools/dumptest.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat
index 18e6041..3af0558 100755
--- a/windows/tools/dumptest.bat
+++ b/windows/tools/dumptest.bat
@@ -476,15 +476,16 @@ call %tooltest% tvms.ddl
::test for binary output
-set flag=-d integer -o out1.bin -b LE %tbinary%
+set flag=-d array -o out1.bin -b LE %tbinary%
call %tooltest% tbin1.ddl
set flag=-d float -o out2.bin -b BE %tbinary%
call %tooltest% tbin2.ddl
-set flag=-d array -o out3.bin -b MEMORY %tbinary%
+set flag=-d integer -o out3.bin -b MEMORY %tbinary%
call %tooltest% tbin3.ddl
+
set flag=-d double -o out4.bin -b FILE %tbinary%
call %tooltest% tbin4.ddl