From 714561f11579cfe308d739fd9d125b51fe5cab40 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 26 Jul 2018 23:09:43 +0100 Subject: [PATCH] Shorten test names so they look nicer Signed-off-by: Jonathan Dieter --- test/meson.build | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/meson.build b/test/meson.build index c887ecf..7729083 100644 --- a/test/meson.build +++ b/test/meson.build @@ -100,7 +100,7 @@ test( ] ) test( - 'decompress and validate automatically chunked zchunk file with no dict', + 'decompress auto-chunked file - no dict', shacheck, args: [ unzck, @@ -110,7 +110,7 @@ test( ] ) test( - 'decompress and validate automatically chunked zchunk file with dict', + 'decompress auto-chunked file - dict', shacheck, args: [ unzck, @@ -120,7 +120,7 @@ test( ] ) test( - 'decompress and validate manually chunked zchunk file with no dict', + 'decompress manual file - no dict', shacheck, args: [ unzck, @@ -130,7 +130,7 @@ test( ] ) test( - 'decompress and validate manually chunked zchunk file with dict', + 'decompress manual file - dict', shacheck, args: [ unzck, @@ -140,7 +140,7 @@ test( ] ) test( - 'compress and validate automatically chunked zchunk file with no dict', + 'compress auto-chunked file - no dict', shacheck, args: [ zck, @@ -151,7 +151,7 @@ test( ] ) test( - 'compress and validate automatically chunked zchunk file with dict', + 'compress auto-chunked file - dict', shacheck, args: [ zck, @@ -163,7 +163,7 @@ test( ] ) test( - 'compress and validate manually chunked zchunk file with no dict', + 'compress manual file - no dict', shacheck, args: [ zck, @@ -176,7 +176,7 @@ test( ] ) test( - 'compress and validate manually chunked zchunk file with dict', + 'compress manual file - dict', shacheck, args: [ zck, -- 2.30.2