summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..d193872
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,4 @@
+ELP_TAR_FILE = $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar
+TESTS_ENVIRONMENT = $(EMACS) --batch -L $(srcdir) -Q $(top_builddir)/$(ELP_TAR_FILE) -l
+TESTS = install-basic.el
+EXTRA_DIST = $(TESTS)