2016-05-10 15:48:03 +02:00
|
|
|
# don't run test_thumbnail.sh by default, it takes ages
|
2017-09-13 18:45:29 +02:00
|
|
|
TESTS = \
|
2016-05-10 15:48:03 +02:00
|
|
|
test_cli.sh \
|
|
|
|
test_formats.sh \
|
|
|
|
test_seq.sh \
|
|
|
|
test_threading.sh
|
2014-11-19 16:01:28 +01:00
|
|
|
|
2018-07-25 18:17:13 +02:00
|
|
|
SUBDIRS = \
|
|
|
|
test-suite
|
|
|
|
|
2014-11-19 16:01:28 +01:00
|
|
|
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 \
|
2017-09-13 18:45:29 +02:00
|
|
|
test_threading.sh
|
2014-11-19 16:01:28 +01:00
|
|
|
|
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
|
|
|
|