summaryrefslogtreecommitdiff
path: root/tests/xbm
diff options
context:
space:
mode:
authorwilson chen <willson.chenwx@gmail.com>2020-01-02 20:27:29 +0800
committerGitHub <noreply@github.com>2020-01-02 20:27:29 +0800
commitb1151dedb1676926bf256e4a035f616aa1c0a160 (patch)
treef42f2861afd93742cb9233e3983a8be8ec3733f2 /tests/xbm
parent8321d47931251c680ea3492d60e97d93d56559ab (diff)
downloadlibgd-b1151dedb1676926bf256e4a035f616aa1c0a160.tar.gz
tests: Correct some test depend errors
Diffstat (limited to 'tests/xbm')
-rw-r--r--tests/xbm/CMakeLists.txt2
-rw-r--r--tests/xbm/Makemodule.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/xbm/CMakeLists.txt b/tests/xbm/CMakeLists.txt
index 48ed360..2447fd5 100644
--- a/tests/xbm/CMakeLists.txt
+++ b/tests/xbm/CMakeLists.txt
@@ -1,11 +1,11 @@
LIST(APPEND TESTS_FILES
github_bug_501
+ github_bug_170
)
IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
github_bug_109
- github_bug_170
x10_basic_read
)
ENDIF(PNG_FOUND)
diff --git a/tests/xbm/Makemodule.am b/tests/xbm/Makemodule.am
index 17e44bb..4d14916 100644
--- a/tests/xbm/Makemodule.am
+++ b/tests/xbm/Makemodule.am
@@ -1,10 +1,10 @@
libgd_test_programs += \
- xbm/github_bug_501
+ xbm/github_bug_501 \
+ xbm/github_bug_170
if HAVE_LIBPNG
libgd_test_programs += \
xbm/github_bug_109 \
- xbm/github_bug_170 \
xbm/x10_basic_read
endif