Core compression test.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-27 19:44:00 +02:00
parent 17f9fd29d3
commit e7b8fd08c5
4 changed files with 26 additions and 1 deletions

View file

@ -718,6 +718,12 @@ script = {
common = tests/pseries_test.in;
};
script = {
testcase;
name = core_compress_test;
common = tests/core_compress_test.in;
};
script = {
testcase;
name = xzcompress_test;