]> granicus.if.org Git - xz/commitdiff
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 d64c5a794b02e0e32050edbf9c36ff1f63f47bf3..91456de77fa40c74a944ea6f316a8b4fb230b259 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 ba3ee2977660af414670095980aae748200b7120..86ea7ddb11b7505373d86b6fbf17c88e4eb88a30 100644 (file)
Binary files a/tests/compress_prepared_bcj_sparc and b/tests/compress_prepared_bcj_sparc differ
index 48dde27c3638e109bf4d34ef1fc4b488d434f3e3..bcc546f04cbb959fab9ae6d775157c531ded50ab 100644 (file)
Binary files a/tests/compress_prepared_bcj_x86 and b/tests/compress_prepared_bcj_x86 differ
index 5c1c86009d540582c742bcfe2f639a0d68af205f..4532bc61c1a3fd3ba55726bff542230dbfa3de10 100644 (file)
Binary files a/tests/files/good-1-sparc-lzma2.xz and b/tests/files/good-1-sparc-lzma2.xz differ
index 2c4a471a71ad11c92eec71d89b873bc2951d175c..8053917bad7d4f43169312c43713afcd4cf51bec 100644 (file)
Binary files a/tests/files/good-1-x86-lzma2.xz and b/tests/files/good-1-x86-lzma2.xz differ