blob: 217e503550b70445cd15758933dce47f43b93f19 [file] [log] [blame]
cristy16af1cb2009-12-11 21:38:29 +00001# Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
cristy3ed852e2009-09-05 21:47:34 +00002# dedicated to making software imaging solutions freely available.
3#
4# You may not use this file except in compliance with the License.
5# obtain a copy of the License at
6#
7# http://www.imagemagick.org/script/license.php
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15# Makefile for the ImageMagick validation suite.
16
17TESTS_CHECK_PGRMS = \
18 tests/validate
19
20tests_validate_SOURCES = tests/validate.c tests/validate.h
21tests_validate_CPPFLAGS = $(AM_CPPFLAGS)
22tests_validate_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS)
23
24TESTS_XFAIL_TESTS =
25
26TESTS_TESTS = \
27 tests/validate-compare.sh \
28 tests/validate-composite.sh \
29 tests/validate-convert.sh \
cristy3ed852e2009-09-05 21:47:34 +000030 tests/validate-identify.sh \
31 tests/validate-import.sh \
32 tests/validate-montage.sh \
cristy3e3b2192010-03-03 03:06:13 +000033 tests/validate-pipe.sh \
cristy96a63732010-03-06 17:36:14 +000034 tests/validate-stream.sh \
35 tests/validate-formats-in-memory.sh \
36 tests/validate-formats-on-disk.sh
cristy3ed852e2009-09-05 21:47:34 +000037
38TESTS_EXTRA_DIST = \
39 tests/common.sh \
40 $(TESTS_TESTS)
41
42TESTS_CLEANFILES =