]> code.delx.au - gnu-emacs-elpa/blob - Makefile.am
Convert from test-unit to test-simple
[gnu-emacs-elpa] / Makefile.am
1 SUBDIRS = test
2
3 lisp_files := $(wildcard *.el)
4 test_files := $(wildcard test/test-*.el)
5
6 EXTRA_DIST = $(lisp_files) $(test_files) README.textile
7
8 CHECK_FILES = $(notdir $(test_files:.el=.run))
9
10 lisp_LISP = $(lisp_files)
11
12 check: test
13
14 if MAINTAINER_MODE
15
16 CL = ChangeLog
17 ChangeLog:
18 git log --pretty --numstat --summary | $(GIT2CL) > $@
19
20 ACLOCAL_AMFLAGS=-I .
21
22 endif
23
24
25
26
27