|
@@ -10,11 +10,14 @@ all: test
|
|
# files. We run the tests first without loading flx-ido, and then with
|
|
# files. We run the tests first without loading flx-ido, and then with
|
|
# it. We only send the coverage report when running the full test
|
|
# it. We only send the coverage report when running the full test
|
|
# suite.
|
|
# suite.
|
|
-test:
|
|
|
|
- cask clean-elc
|
|
|
|
- UNDERCOVER_CONFIG='((:send-report nil))' cask exec buttercup -L . tests
|
|
|
|
|
|
+test: clean
|
|
|
|
+ cask exec buttercup -L . tests
|
|
|
|
+
|
|
|
|
+test-with-flx: clean
|
|
cask exec buttercup -L . tests tests-with-flx-ido
|
|
cask exec buttercup -L . tests tests-with-flx-ido
|
|
|
|
|
|
|
|
+all-tests: test test-with-flx
|
|
|
|
+
|
|
compile: $(ELC_FILES)
|
|
compile: $(ELC_FILES)
|
|
|
|
|
|
$(ELC_FILES): .compile.intermediate
|
|
$(ELC_FILES): .compile.intermediate
|