From 0ba5d01ec0303140b52c6243e2d32c4c97c31b12 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Wed, 25 May 2022 16:31:00 +0100
Subject: [PATCH] test: Add PCX and TGA samples to list of test data
Fixes: b1f650d "Added PCX and TGA sample files for testing"
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
test/CMakeLists.txt | 2 ++
test/Makefile.am | 2 ++
2 files changed, 4 insertions(+)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 57fa7669..aff22ae2 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -12,9 +12,11 @@ set(RESOURCE_FILES
sample.ico
sample.jpg
sample.jxl
+ sample.pcx
sample.png
sample.pnm
sample.qoi
+ sample.tga
sample.tif
sample.webp
sample.xcf
diff --git a/test/Makefile.am b/test/Makefile.am
index 840d1eda..5d8cbe90 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,9 +40,11 @@ dist_testexec_DATA = \
sample.ico \
sample.jpg \
sample.jxl \
+ sample.pcx \
sample.png \
sample.pnm \
sample.qoi \
+ sample.tga \
sample.tif \
sample.webp \
sample.xcf \