diff options
| author | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-04 11:45:02 +0100 |
|---|---|---|
| committer | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-04 11:45:02 +0100 |
| commit | fb62e44ab38c4b0793cfcb7cff17e173f1acc129 (patch) | |
| tree | 31600397ab2db5285a867d8f1f553b0f70297908 /Makefile | |
| parent | 592ee6f73ade5919b1dd568a47e40c36141873b0 (diff) | |
Add makefile and test target
The tests can now be run from the command line with "make test".
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a955e18 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +test: + emacs --batch -Q -L . -l evil-tests.el -f ert-run-tests-batch-and-exit + +clean: + rm -f *~ + rm -f \#*\# + rm -f *.elc |
