diff options
Diffstat (limited to 'windows/examples/testExamples.bat')
-rwxr-xr-x | windows/examples/testExamples.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/examples/testExamples.bat b/windows/examples/testExamples.bat index 12b1c56..57aa19c 100755 --- a/windows/examples/testExamples.bat +++ b/windows/examples/testExamples.bat @@ -35,6 +35,7 @@ attributetest >> ..\%1.txt compoundtest >> ..\%1.txt
extendwritetest >> ..\%1.txt
grouptest >> ..\%1.txt
+intermgrouptest >> ..\%1.txt
selectest >> ..\%1.txt
writetest >> ..\%1.txt
chunkread >> ..\%1.txt
@@ -60,6 +61,7 @@ attributetestdll >> ..\%1.txt compoundtestdll >> ..\%1.txt
extendwritetestdll >> ..\%1.txt
grouptestdll >> ..\%1.txt
+intermgrouptestdll >> ..\%1.txt
selectestdll >> ..\%1.txt
writetestdll >> ..\%1.txt
chunkreaddll >> ..\%1.txt
@@ -90,6 +92,7 @@ attributetest >> ..\%1.txt compoundtest >> ..\%1.txt
extendwritetest >> ..\%1.txt
grouptest >> ..\%1.txt
+intermgrouptest >> ..\%1.txt
selectest >> ..\%1.txt
writetest >> ..\%1.txt
chunkread >> ..\%1.txt
@@ -115,6 +118,7 @@ attributetestdll >> ..\%1.txt compoundtestdll >> ..\%1.txt
extendwritetestdll >> ..\%1.txt
grouptestdll >> ..\%1.txt
+intermgrouptestdll >> ..\%1.txt
selectestdll >> ..\%1.txt
writetestdll >> ..\%1.txt
chunkreaddll >> ..\%1.txt
|