]> granicus.if.org Git - imagemagick/blob - tests/Makefile.am
30d33fbefa25f37817acfd63cf736d62576418fa
[imagemagick] / tests / Makefile.am
1 # Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
2 # 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
17 TESTS_CHECK_PGRMS = \
18         tests/validate \
19         tests/drawtest \
20         tests/wandtest
21
22 tests_validate_SOURCES = tests/validate.c tests/validate.h
23 tests_validate_CPPFLAGS = $(AM_CPPFLAGS)
24 tests_validate_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) $(MATH_LIBS)
25
26 tests_drawtest_SOURCES = tests/drawtest.c
27 tests_drawtest_LDFLAGS = $(LDFLAGS)
28 tests_drawtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS)
29
30 tests_wandtest_SOURCES = tests/wandtest.c
31 tests_wandtest_LDFLAGS = $(LDFLAGS)
32 tests_wandtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS)
33
34 TESTS_XFAIL_TESTS = 
35
36 TESTS_TESTS = \
37         tests/validate-compare.tap \
38         tests/validate-composite.tap \
39         tests/validate-convert.tap \
40         tests/validate-identify.tap \
41         tests/validate-import.tap \
42         tests/validate-montage.tap \
43         tests/validate-stream.tap \
44         tests/validate-formats-in-memory.tap \
45         tests/validate-formats-on-disk.tap \
46         tests/drawtest.tap \
47         tests/wandtest.tap
48
49 TESTS_EXTRA_DIST = \
50         tests/common.shi \
51   tests/rose.pnm \
52   tests/input_256c.miff \
53   tests/input_bilevel.miff \
54   tests/input_gray.miff \
55   tests/input_truecolor.miff \
56   tests/sequence.miff \
57         $(TESTS_TESTS)
58
59 TESTS_CLEANFILES = 
60         tests/*_out.*