libvips/test/Makefile.am

33 lines
599 B
Makefile
Raw Normal View History

# don't run test_thumbnail.sh by default, it takes ages
TESTS = \
test_descriptors.sh \
test_cli.sh \
test_formats.sh \
test_seq.sh \
test_threading.sh
2018-07-25 18:17:13 +02:00
SUBDIRS = \
test-suite
noinst_PROGRAMS = \
test_descriptors
test_descriptors_SOURCES = \
test_descriptors.c
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@
AM_LDFLAGS = @LDFLAGS@
LDADD = @VIPS_CFLAGS@ ${top_builddir}/libvips/libvips.la @VIPS_LIBS@
EXTRA_DIST = \
2014-11-20 15:36:04 +01:00
variables.sh.in \
test_cli.sh \
test_formats.sh \
test_seq.sh \
test_thumbnail.sh \
test_threading.sh
2014-11-20 15:36:04 +01:00
clean-local:
2014-12-20 23:25:19 +01:00
-rm -rf tmp-*
2014-11-20 15:36:04 +01:00