Skip to content

Commit

Permalink
Rename ess-tests.el to ess-indentation-tests.el
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Nov 2, 2015
1 parent 377970f commit bb24449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/generate-indent-cases
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(add-to-list 'load-path ess-test-path)

(require 'ess-site)
(load (expand-file-name "ess-tests.el" ess-test-path) nil t)
(load (expand-file-name "ess-indentation-tests.el" ess-test-path) nil t)

;; The RRR file is taken as a model, so modify this file to add or
;; adjust test cases.
Expand Down
2 changes: 1 addition & 1 deletion test/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(add-to-list 'load-path ess-test-path)

(require 'ess-site)
(load (expand-file-name "ess-tests.el" ess-test-path) nil t)
(load (expand-file-name "ess-indentation-tests.el" ess-test-path) nil t)

;; run tests
(ert-run-tests-batch-and-exit t)

0 comments on commit bb24449

Please sign in to comment.