summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCristy <mikayla-grace@urban-warrior.org>2019-12-07 10:52:28 -0500
committerCristy <mikayla-grace@urban-warrior.org>2019-12-07 10:52:28 -0500
commited7fd1726a8945f173c7791dfe5879c556223808 (patch)
tree89497a3bb79f01c5ff20107480d8267e830bca58 /tests
parent014110dbd07f0a6a9f36ce002c9c6bdf249bbe11 (diff)
downloadImageMagick-ed7fd1726a8945f173c7791dfe5879c556223808.tar.gz
Build file clean-up @ https://github.com/ImageMagick/ImageMagick/pull/1798
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am42
1 files changed, 21 insertions, 21 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dd638b0a3..906e054a9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,9 +16,9 @@
TESTS_CPPFLAGS = $(AM_CPPFLAGS)
TESTS_CHECK_PGRMS = \
- tests/validate \
- tests/drawtest \
- tests/wandtest
+ tests/validate \
+ tests/drawtest \
+ tests/wandtest
tests_validate_SOURCES = tests/validate.c tests/validate.h
tests_validate_CPPFLAGS = $(TESTS_CPPFLAGS)
@@ -38,31 +38,31 @@ tests_wandtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS)
TESTS_XFAIL_TESTS =
TESTS_TESTS = \
- tests/cli-colorspace.tap \
- tests/cli-pipe.tap \
- tests/validate-colorspace.tap \
- tests/validate-compare.tap \
- tests/validate-composite.tap \
- tests/validate-convert.tap \
- tests/validate-formats-disk.tap \
- tests/validate-formats-map.tap \
- tests/validate-formats-memory.tap \
- tests/validate-identify.tap \
- tests/validate-import.tap \
- tests/validate-montage.tap \
- tests/validate-stream.tap \
- tests/drawtest.tap \
- tests/wandtest.tap
+ tests/cli-colorspace.tap \
+ tests/cli-pipe.tap \
+ tests/validate-colorspace.tap \
+ tests/validate-compare.tap \
+ tests/validate-composite.tap \
+ tests/validate-convert.tap \
+ tests/validate-formats-disk.tap \
+ tests/validate-formats-map.tap \
+ tests/validate-formats-memory.tap \
+ tests/validate-identify.tap \
+ tests/validate-import.tap \
+ tests/validate-montage.tap \
+ tests/validate-stream.tap \
+ tests/drawtest.tap \
+ tests/wandtest.tap
TESTS_EXTRA_DIST = \
- tests/common.shi \
+ tests/common.shi \
tests/rose.pnm \
tests/input_256c.miff \
tests/input_bilevel.miff \
tests/input_gray.miff \
tests/input_truecolor.miff \
tests/sequence.miff \
- $(TESTS_TESTS)
+ $(TESTS_TESTS)
TESTS_CLEANFILES = \
- tests/*_out.*
+ tests/*_out.*