1SUBDIRS = .
2
3# Shell tests
4SHTESTS = keactrl_tests.sh
5
6# Run tests on "make check".
7check_SCRIPTS = $(SHTESTS)
8TESTS = $(SHTESTS)
9
10# As with every file generated by ./configure, clean them up when running
11# "make distclean", but not on "make clean".
12DISTCLEANFILES = $(SHTESTS)
13
14# Don't install shell tests.
15noinst_SCRIPTS = $(SHTESTS)
16