emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c7d1adf 103/271: Refactor Makefile.


From: Jackson Ray Hamilton
Subject: [elpa] master c7d1adf 103/271: Refactor Makefile.
Date: Thu, 05 Feb 2015 18:30:16 +0000

branch: master
commit c7d1adfab591359727e3c69b6df3efc337cdbe7d
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Refactor Makefile.
---
 Makefile |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 58aac73..aa9f9f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
 all: clean install compile test
 
-bench: benchjs benchel
-
-benchjs:
-       node_modules/.bin/matcha
+bench: benchel benchjs
 
 benchel:
        emacs -Q -L . \
@@ -11,6 +8,9 @@ benchel:
        -l benchmark/context-coloring-benchmark \
        -f context-coloring-benchmark-run
 
+benchjs:
+       node_modules/.bin/matcha
+
 compile:
        emacs -Q -batch -f batch-byte-compile *.el
 
@@ -20,12 +20,16 @@ clean:
 install:
        npm install
 
-test:
-       node_modules/.bin/mocha
+test: testel testjs
+
+testel:
        emacs -Q -batch -L . \
        -l ert \
        -l context-coloring \
        -l test/context-coloring-test.el \
        -f ert-run-tests-batch-and-exit
 
-.PHONY: all bench benchjs benchel compile clean install test
+testjs:
+       node_modules/.bin/mocha
+
+.PHONY: all bench benchel benchjs compile clean install test testel testjs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]