diff --git a/test/rle-bottom-left.tga b/test/rle-bottom-left.tga new file mode 100644 index 00000000..7ce5ad96 Binary files /dev/null and b/test/rle-bottom-left.tga differ diff --git a/test/rle-bottom-right.tga b/test/rle-bottom-right.tga new file mode 100644 index 00000000..17a32e57 Binary files /dev/null and b/test/rle-bottom-right.tga differ diff --git a/test/rle-top-left.tga b/test/rle-top-left.tga new file mode 100644 index 00000000..5a84a8ec Binary files /dev/null and b/test/rle-top-left.tga differ diff --git a/test/rle-top-right.tga b/test/rle-top-right.tga new file mode 100644 index 00000000..7473c1fa Binary files /dev/null and b/test/rle-top-right.tga differ diff --git a/test/test.py b/test/test.py index 78a9b760..ebe5c32a 100755 --- a/test/test.py +++ b/test/test.py @@ -82,6 +82,10 @@ def crunch(input_path, output_path, options=[]): crunch("test/raw-bottom-right.tga", "build/test/4/raw-bottom-right.crn") crunch("test/raw-top-left.tga", "build/test/4/raw-top-left.crn") crunch("test/raw-top-right.tga", "build/test/4/raw-top-right.crn") +crunch("test/rle-bottom-left.tga", "build/test/4/rle-bottom-left.crn") +crunch("test/rle-bottom-right.tga", "build/test/4/rle-bottom-right.crn") +crunch("test/rle-top-left.tga", "build/test/4/rle-top-left.crn") +crunch("test/rle-top-right.tga", "build/test/4/rle-top-right.crn") mkdir("build/test/5") crunch("test/test-colormap1-alpha1.png", "build/test/5/test-colormap1-alpha1.crn")