diff options
Diffstat (limited to 'src/bin/keactrl/tests/Makefile.am')
-rw-r--r-- | src/bin/keactrl/tests/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/bin/keactrl/tests/Makefile.am b/src/bin/keactrl/tests/Makefile.am new file mode 100644 index 0000000..e2b6d94 --- /dev/null +++ b/src/bin/keactrl/tests/Makefile.am @@ -0,0 +1,19 @@ +SUBDIRS = . + +# Shell tests +SHTESTS = keactrl_tests.sh + +# As with every file generated by ./configure, clean them up when running +# "make distclean", but not on "make clean". +DISTCLEANFILES = $(SHTESTS) + +if HAVE_GTEST + +# Run shell tests on "make check". +check_SCRIPTS = $(SHTESTS) +TESTS = $(SHTESTS) + +endif + +# Don't install shell tests. +noinst_SCRIPTS = $(SHTESTS) |