1
2if !TRE_DEBUG
3if TRE_AGREP
4TESTS = run-tests.sh
5endif TRE_AGREP
6endif !TRE_DEBUG
7
8TESTS_ENVIRONMENT = \
9  top_builddir=$(top_builddir) \
10  host_triplet=$(host_triplet)
11EXTRA_DIST = run-tests.sh
12
13dist-hook:
14	cp -p $(srcdir)/*.args $(srcdir)/*.ok $(srcdir)/*.input $(distdir)
15
16CLEANFILES = *.out
17