libvips/test/Makefile.am
John Cupitt efcd31b498 add something to test the new restart system
do multiple renders from one seq iage, check fds are opened and closed
as expected

see https://github.com/libvips/libvips/issues/1370
2019-10-06 07:25:09 +01:00

33 lines
599 B
Makefile

# 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
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 = \
variables.sh.in \
test_cli.sh \
test_formats.sh \
test_seq.sh \
test_thumbnail.sh \
test_threading.sh
clean-local:
-rm -rf tmp-*