summaryrefslogtreecommitdiff
path: root/tests/gdinterpolatedscale
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-15 15:02:13 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-15 15:02:13 -0400
commit3bb6aac422c9beaf043d67a8911f2c0222060699 (patch)
treed951062a5fb106a7e7bbe8b1fdc1725a5a5a72f1 /tests/gdinterpolatedscale
parentcad672775d530a59e4947fc0232954b05434aa82 (diff)
downloadlibgd-3bb6aac422c9beaf043d67a8911f2c0222060699.tar.gz
tests: cmake: switch to list appending
This makes it a bit cleaner when dealing with optional tests as we use the LIST(APPEND...) command everywhere instead of sometimes SET and sometimes LIST.
Diffstat (limited to 'tests/gdinterpolatedscale')
-rw-r--r--tests/gdinterpolatedscale/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdinterpolatedscale/CMakeLists.txt b/tests/gdinterpolatedscale/CMakeLists.txt
index 296e3f1..af0fd8c 100644
--- a/tests/gdinterpolatedscale/CMakeLists.txt
+++ b/tests/gdinterpolatedscale/CMakeLists.txt
@@ -1,4 +1,4 @@
-SET(TESTS_FILES
+LIST(APPEND TESTS_FILES
gdModesAndPalettes
gdTrivialResize
)