Browse code

splitted test files

git-svn: trunk@3509

aCaB authored on 2008/01/19 23:07:43
Showing 21 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Jan 19 14:41:50 CET 2008 (acab)
2
+-----------------------------------
3
+  * test: using splitted instead of byteswapped files
4
+
1 5
 Fri Jan 18 17:01:25 EET 2008 (edwin)
2 6
 ------------------------------------
3 7
   * docs/phishsigs_howto.tex/.pdf: update documentation. Part I, more to come.
4 8
deleted file mode 100644
5 9
Binary files a/test/.reversed/clam-v2.rar.reversed and /dev/null differ
6 10
deleted file mode 100644
7 11
Binary files a/test/.reversed/clam-v3.rar.reversed and /dev/null differ
8 12
deleted file mode 100644
9 13
Binary files a/test/.reversed/clam.cab.reversed and /dev/null differ
10 14
deleted file mode 100644
11 15
Binary files a/test/.reversed/clam.exe.bz2.reversed and /dev/null differ
12 16
deleted file mode 100644
13 17
Binary files a/test/.reversed/clam.exe.reversed and /dev/null differ
14 18
deleted file mode 100644
15 19
Binary files a/test/.reversed/clam.zip.reversed and /dev/null differ
16 20
new file mode 100644
17 21
Binary files /dev/null and b/test/.splitted/split.clam-v2.raraa differ
18 22
new file mode 100644
19 23
Binary files /dev/null and b/test/.splitted/split.clam-v2.rarab differ
20 24
new file mode 100644
21 25
Binary files /dev/null and b/test/.splitted/split.clam-v3.raraa differ
22 26
new file mode 100644
23 27
Binary files /dev/null and b/test/.splitted/split.clam-v3.rarab differ
24 28
new file mode 100644
25 29
Binary files /dev/null and b/test/.splitted/split.clam.cabaa differ
26 30
new file mode 100644
27 31
Binary files /dev/null and b/test/.splitted/split.clam.cabab differ
28 32
new file mode 100644
29 33
Binary files /dev/null and b/test/.splitted/split.clam.exe.bz2aa differ
30 34
new file mode 100644
31 35
Binary files /dev/null and b/test/.splitted/split.clam.exe.bz2ab differ
32 36
new file mode 100644
33 37
Binary files /dev/null and b/test/.splitted/split.clam.exeaa differ
34 38
new file mode 100644
35 39
Binary files /dev/null and b/test/.splitted/split.clam.exeab differ
36 40
new file mode 100644
37 41
Binary files /dev/null and b/test/.splitted/split.clam.zipaa differ
38 42
new file mode 100644
39 43
Binary files /dev/null and b/test/.splitted/split.clam.zipab differ
... ...
@@ -1,23 +1,26 @@
1
+SPLIT_DIR=$(top_srcdir)/test/.splitted
2
+
1 3
 all: clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip
2 4
 
3 5
 clam-v2.rar:
4
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam-v2.rar.reversed >clam-v2.rar
6
+	cat $(SPLIT_DIR)/split.clam-v2.raraa $(SPLIT_DIR)/split.clam-v2.rarab >clam-v2.rar
5 7
 
6 8
 clam-v3.rar:
7
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam-v3.rar.reversed >clam-v3.rar
9
+	cat $(SPLIT_DIR)/split.clam-v3.raraa $(SPLIT_DIR)/split.clam-v3.rarab >clam-v3.rar
8 10
 
9 11
 clam.cab:
10
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.cab.reversed >clam.cab
12
+	cat $(SPLIT_DIR)/split.clam.cabaa $(SPLIT_DIR)/split.clam.cabab >clam.cab
11 13
 
12 14
 clam.exe.bz2:
13
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.exe.bz2.reversed >clam.exe.bz2
15
+	cat $(SPLIT_DIR)/split.clam.exe.bz2aa $(SPLIT_DIR)/split.clam.exe.bz2ab >clam.exe.bz2
14 16
 
15 17
 clam.exe:
16
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.exe.reversed >clam.exe
18
+	cat $(SPLIT_DIR)/split.clam.exeaa $(SPLIT_DIR)/split.clam.exeab >clam.exe
17 19
 
18 20
 clam.zip:
19
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.zip.reversed >clam.zip
21
+	cat $(SPLIT_DIR)/split.clam.zipaa $(SPLIT_DIR)/split.clam.zipab >clam.zip
20 22
 
21 23
 clean:
22 24
 	rm -f clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip
23 25
 
26
+EXTRA_DIST = .splitted
... ...
@@ -162,6 +162,8 @@ target_os = @target_os@
162 162
 target_vendor = @target_vendor@
163 163
 top_builddir = @top_builddir@
164 164
 top_srcdir = @top_srcdir@
165
+SPLIT_DIR = $(top_srcdir)/test/.splitted
166
+EXTRA_DIST = .splitted
165 167
 all: all-am
166 168
 
167 169
 .SUFFIXES:
... ...
@@ -326,25 +328,26 @@ uninstall-am:
326 326
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
327 327
 	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
328 328
 
329
+
329 330
 all: clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip
330 331
 
331 332
 clam-v2.rar:
332
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam-v2.rar.reversed >clam-v2.rar
333
+	cat $(SPLIT_DIR)/split.clam-v2.raraa $(SPLIT_DIR)/split.clam-v2.rarab >clam-v2.rar
333 334
 
334 335
 clam-v3.rar:
335
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam-v3.rar.reversed >clam-v3.rar
336
+	cat $(SPLIT_DIR)/split.clam-v3.raraa $(SPLIT_DIR)/split.clam-v3.rarab >clam-v3.rar
336 337
 
337 338
 clam.cab:
338
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.cab.reversed >clam.cab
339
+	cat $(SPLIT_DIR)/split.clam.cabaa $(SPLIT_DIR)/split.clam.cabab >clam.cab
339 340
 
340 341
 clam.exe.bz2:
341
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.exe.bz2.reversed >clam.exe.bz2
342
+	cat $(SPLIT_DIR)/split.clam.exe.bz2aa $(SPLIT_DIR)/split.clam.exe.bz2ab >clam.exe.bz2
342 343
 
343 344
 clam.exe:
344
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.exe.reversed >clam.exe
345
+	cat $(SPLIT_DIR)/split.clam.exeaa $(SPLIT_DIR)/split.clam.exeab >clam.exe
345 346
 
346 347
 clam.zip:
347
-	$(SED) 's/\(.\)\(.\)/\2\1/g' <.reversed/clam.zip.reversed >clam.zip
348
+	cat $(SPLIT_DIR)/split.clam.zipaa $(SPLIT_DIR)/split.clam.zipab >clam.zip
348 349
 
349 350
 clean:
350 351
 	rm -f clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip