1SUBDIRS = tagger
2
3TESTS =             \
4    ./run_tests.py  \
5    deshtml-alt/run \
6    deslatex/run    \
7    sh/run          \
8    odt/run
9
10# just a synonym:
11test: check
12