diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-06 09:13:15 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-06 09:13:15 +0200 |
commit | 975d8fd72a5148d46b2e1745f7a211cf1dfd9d31 (patch) | |
tree | 1cbdf757578be1463fecadc82c57c2161bd4128f /tests | |
parent | Add the "windows" directory to EXTRA_DIST. (diff) | |
download | xz-975d8fd72a5148d46b2e1745f7a211cf1dfd9d31.tar.xz |
Recreated the BCJ test files for x86 and SPARC. The old files
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.
Diffstat (limited to '')
-rw-r--r-- | tests/bcj_test.c | 2 | ||||
-rw-r--r-- | tests/compress_prepared_bcj_sparc | bin | 6804 -> 1240 bytes | |||
-rw-r--r-- | tests/compress_prepared_bcj_x86 | bin | 4649 -> 1388 bytes | |||
-rw-r--r-- | tests/files/good-1-sparc-lzma2.xz | bin | 2296 -> 612 bytes | |||
-rw-r--r-- | tests/files/good-1-x86-lzma2.xz | bin | 1936 -> 716 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcj_test.c b/tests/bcj_test.c index d64c5a79..91456de7 100644 --- a/tests/bcj_test.c +++ b/tests/bcj_test.c @@ -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. diff --git a/tests/compress_prepared_bcj_sparc b/tests/compress_prepared_bcj_sparc Binary files differindex ba3ee297..86ea7ddb 100644 --- a/tests/compress_prepared_bcj_sparc +++ b/tests/compress_prepared_bcj_sparc diff --git a/tests/compress_prepared_bcj_x86 b/tests/compress_prepared_bcj_x86 Binary files differindex 48dde27c..bcc546f0 100644 --- a/tests/compress_prepared_bcj_x86 +++ b/tests/compress_prepared_bcj_x86 diff --git a/tests/files/good-1-sparc-lzma2.xz b/tests/files/good-1-sparc-lzma2.xz Binary files differindex 5c1c8600..4532bc61 100644 --- a/tests/files/good-1-sparc-lzma2.xz +++ b/tests/files/good-1-sparc-lzma2.xz diff --git a/tests/files/good-1-x86-lzma2.xz b/tests/files/good-1-x86-lzma2.xz Binary files differindex 2c4a471a..8053917b 100644 --- a/tests/files/good-1-x86-lzma2.xz +++ b/tests/files/good-1-x86-lzma2.xz |