Recreated the BCJ test files for x86 and SPARC. The old files
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Feb 2009 07:13:15 +0000 (09:13 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Feb 2009 07:13:15 +0000 (09:13 +0200)
were linked with crt*.o, which are copyrighted, and thus the
old test files were not in the public domain as a whole. They
are freely distributable though, but it is better to be careful
and avoid including any copyrighted pieces in the test files.
The new files are just compiled and assembled object files,
and thus don't contain any copyrighted code.

tests/bcj_test.c
tests/compress_prepared_bcj_sparc
tests/compress_prepared_bcj_x86
tests/files/good-1-sparc-lzma2.xz
tests/files/good-1-x86-lzma2.xz

index d64c5a7..91456de 100644 (file)
@@ -8,7 +8,7 @@
 /// be used to test the branch conversion filters. Note that this program
 /// itself does nothing useful.
 ///
-/// Compiling: gcc -std=c99 -fPIC bcj_test.c
+/// Compiling: gcc -std=c99 -fPIC -c bcj_test.c
 /// Don't optimize or strip.
 //
 //  This code has been put into the public domain.
index ba3ee29..86ea7dd 100644 (file)
Binary files a/tests/compress_prepared_bcj_sparc and b/tests/compress_prepared_bcj_sparc differ
index 48dde27..bcc546f 100644 (file)
Binary files a/tests/compress_prepared_bcj_x86 and b/tests/compress_prepared_bcj_x86 differ
index 5c1c860..4532bc6 100644 (file)
Binary files a/tests/files/good-1-sparc-lzma2.xz and b/tests/files/good-1-sparc-lzma2.xz differ
index 2c4a471..8053917 100644 (file)
Binary files a/tests/files/good-1-x86-lzma2.xz and b/tests/files/good-1-x86-lzma2.xz differ