1asclower_TESTS = \ 2 asclower_0001.sh \ 3 asclower_0002.sh \ 4 asclower_0003.sh \ 5 asclower_0004.sh \ 6 asclower_0005.sh \ 7 asclower_0006.sh \ 8 asclower_0007.sh \ 9 asclower_0008.sh \ 10 asclower_0009.sh \ 11 asclower_0010.sh \ 12 asclower_0011.sh 13 14TESTS_ENVIRONMENT = QUIET=true SYSCONFDIR=$(sysconfdir) 15 16if LITEONLY 17TESTS = $(srcdir)/../no_test_support.sh 18else 19TESTS = \ 20 $(asclower_TESTS) 21endif 22 23EXTRA_DIST = \ 24 asclower.def \ 25 $(asclower_TESTS) 26 27CLEANFILES = \ 28 output.txt \ 29 expect.txt \ 30 idn2.conf \ 31 localmap1 \ 32 localmap2 \ 33 localmap3 \ 34 localmap4 \ 35 localmap5 \ 36 localset 37 38