Skip to content

Commit b88daf2

Browse files
vspinubbatsov
authored andcommitted
Move cider-checks.el and cider-bytecomp-warnings.el to ./scripts/ subdir
1 parent 7f129e8 commit b88daf2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ version:
2929

3030
test-checks : version
3131
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
32-
-l test/cider-checks.el ./
32+
-l test/scripts/cider-checks.el ./
3333

3434
test-bytecomp : version $(ELS:.el=.elc-test)
3535

3636
%.elc-test : %.el elpa
3737
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
38-
-l test/cider-bytecomp-warnings.el $<
38+
-l test/scripts/cider-bytecomp-warnings.el $<
3939

4040
test : version build
4141
$(CASK) exec buttercup -L . -L ./test/utils/
File renamed without changes.

0 commit comments

Comments
 (0)