2016-05-10 14:48:03 +01:00
|
|
|
# don't run test_thumbnail.sh by default, it takes ages
|
2017-09-13 17:45:29 +01:00
|
|
|
TESTS = \
|
2016-05-10 14:48:03 +01:00
|
|
|
test_cli.sh \
|
|
|
|
test_formats.sh \
|
|
|
|
test_seq.sh \
|
|
|
|
test_threading.sh
|
2014-11-19 15:01:28 +00:00
|
|
|
|
2018-07-25 17:17:13 +01:00
|
|
|
SUBDIRS = \
|
|
|
|
test-suite
|
|
|
|
|
2014-11-19 15:01:28 +00:00
|
|
|
EXTRA_DIST = \
|
2014-11-20 14:36:04 +00:00
|
|
|
variables.sh.in \
|
|
|
|
test_cli.sh \
|
|
|
|
test_formats.sh \
|
|
|
|
test_seq.sh \
|
|
|
|
test_thumbnail.sh \
|
2017-09-13 17:45:29 +01:00
|
|
|
test_threading.sh
|
2014-11-19 15:01:28 +00:00
|
|
|
|
2014-11-20 14:36:04 +00:00
|
|
|
clean-local:
|
2014-12-20 22:25:19 +00:00
|
|
|
-rm -rf tmp-*
|
2014-11-20 14:36:04 +00:00
|
|
|
|