Skip to content

Commit

Permalink
Remove ecukes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshepherd7 committed Feb 13, 2024
1 parent d70fcea commit c121b73
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 78 deletions.
2 changes: 0 additions & 2 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
(depends-on "ert-runner")
(depends-on "el-mock")
(depends-on "f")
(depends-on "ecukes")
(depends-on "espuds")
(depends-on "validate")

;; For testing interactions
Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ build :
clean :
@rm -f *.elc

test: build test-unit test-integration test-load
test: build test-unit test-load

test-unit:
cask exec ert-runner

test-integration:
cask exec ecukes

test-load:
cask ${EMACS} -Q --script "load-test/loading-test.el"

install:
${CASK} install

.PHONY: all test test-unit test-integration install clean build
.PHONY: all test test-unit install clean build
11 changes: 0 additions & 11 deletions features/frames-only-mode.feature

This file was deleted.

28 changes: 0 additions & 28 deletions features/step-definitions/frames-only-mode-steps.el

This file was deleted.

32 changes: 0 additions & 32 deletions features/support/env.el

This file was deleted.

0 comments on commit c121b73

Please sign in to comment.