Browse code

add iso test files

aCaB authored on 2011/11/23 03:18:01
Showing 7 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/test/.split/split.clam.isoaa differ
3 3
new file mode 100644
4 4
Binary files /dev/null and b/test/.split/split.clam.isoab differ
5 5
new file mode 100644
6 6
Binary files /dev/null and b/test/.split/split.clamjol.isoaa differ
7 7
new file mode 100644
8 8
Binary files /dev/null and b/test/.split/split.clamjol.isoab differ
... ...
@@ -6,7 +6,8 @@ FILES = clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip \
6 6
 	clam.exe.mbox.base64 clam.exe.mbox.uu clam.exe.binhex clam.ole.doc \
7 7
 	clam.impl.zip clam.exe.html clam.bz2.zip clam.bin-be.cpio clam.bin-le.cpio \
8 8
 	clam.newc.cpio clam.odc.cpio clam-yc.exe clam_IScab_int.exe \
9
-	clam_IScab_ext.exe clam_ISmsi_int.exe clam_ISmsi_ext.exe clam.7z clam_cache_emax.tgz
9
+	clam_IScab_ext.exe clam_ISmsi_int.exe clam_ISmsi_ext.exe clam.7z \
10
+	clam_cache_emax.tgz clam.iso clamjol.iso
10 11
 
11 12
 SPLIT_DIR=$(top_srcdir)/test/.split
12 13
 
... ...
@@ -236,7 +236,8 @@ FILES = clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip \
236 236
 	clam.exe.mbox.base64 clam.exe.mbox.uu clam.exe.binhex clam.ole.doc \
237 237
 	clam.impl.zip clam.exe.html clam.bz2.zip clam.bin-be.cpio clam.bin-le.cpio \
238 238
 	clam.newc.cpio clam.odc.cpio clam-yc.exe clam_IScab_int.exe \
239
-	clam_IScab_ext.exe clam_ISmsi_int.exe clam_ISmsi_ext.exe clam.7z clam_cache_emax.tgz
239
+	clam_IScab_ext.exe clam_ISmsi_int.exe clam_ISmsi_ext.exe clam.7z \
240
+	clam_cache_emax.tgz clam.iso clamjol.iso
240 241
 
241 242
 SPLIT_DIR = $(top_srcdir)/test/.split
242 243
 EXTRA_DIST = .split
... ...
@@ -259,7 +259,7 @@ END_TEST
259 259
 
260 260
 static char **testfiles = NULL;
261 261
 static unsigned testfiles_n = 0;
262
-static const int expected_testfiles = 46;
262
+static const int expected_testfiles = 48;
263 263
 
264 264
 static void init_testfiles(void)
265 265
 {