mirror of https://git.tukaani.org/xz.git
parent
0f295bf7a3
commit
3c3905b534
|
@ -232,7 +232,7 @@ int
|
||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
lzma_init();
|
lzma_init();
|
||||||
succeed(lzma_lzma_preset(&opt_lzma, 0));
|
succeed(lzma_lzma_preset(&opt_lzma, 1));
|
||||||
|
|
||||||
test1();
|
test1();
|
||||||
test2();
|
test2();
|
||||||
|
|
Loading…
Reference in New Issue