Changeset - 2d51f457bd16
[Not reviewed]
0 0 1
Sergey Pashinin - 12 years ago 2013-06-21 14:47:04
sergey@pashinin.com
created a Makefile for testing
1 file changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
new file 100644
 
# -*- Makefile -*-
 

	
 
EMACS = emacs
 

	
 
TEST_DIR = src
 
TRAVIS_FILE = .travis.yml
 

	
 
# Compile with noninteractive and relatively clean environment.
 
BATCHFLAGS = -batch -q --no-site-file
 

	
 
test:
 
	${EMACS} -L src $(BATCHFLAGS) -f batch-byte-compile $(TEST_DIR)/*.el
0 comments (0 inline, 0 general)