Skip to content

Commit

Permalink
test: Add testing ert-run
Browse files Browse the repository at this point in the history
  • Loading branch information
josegpt committed Mar 7, 2022
1 parent 5a48921 commit a63feb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ INIT_PACKAGE_EL="(progn \
-f package-lint-batch-and-exit \
display-wttr.el

# Testing

"$EMACS" -Q --batch \
--eval "$INIT_PACKAGE_EL" \
-l display-wttr.elc \
-l display-wttr-test.el \
-f ert-run-tests-batch-and-exit

0 comments on commit a63feb9

Please sign in to comment.