Skip to content

Commit c121b73

Browse files
Remove ecukes
1 parent d70fcea commit c121b73

File tree

5 files changed

+2
-78
lines changed

5 files changed

+2
-78
lines changed

Cask

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
(depends-on "ert-runner")
1414
(depends-on "el-mock")
1515
(depends-on "f")
16-
(depends-on "ecukes")
17-
(depends-on "espuds")
1816
(depends-on "validate")
1917

2018
;; For testing interactions

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ build :
1010
clean :
1111
@rm -f *.elc
1212

13-
test: build test-unit test-integration test-load
13+
test: build test-unit test-load
1414

1515
test-unit:
1616
cask exec ert-runner
1717

18-
test-integration:
19-
cask exec ecukes
20-
2118
test-load:
2219
cask ${EMACS} -Q --script "load-test/loading-test.el"
2320

2421
install:
2522
${CASK} install
2623

27-
.PHONY: all test test-unit test-integration install clean build
24+
.PHONY: all test test-unit install clean build

features/frames-only-mode.feature

Lines changed: 0 additions & 11 deletions
This file was deleted.

features/step-definitions/frames-only-mode-steps.el

Lines changed: 0 additions & 28 deletions
This file was deleted.

features/support/env.el

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)