Skip to content

Commit

Permalink
update test file path in run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mega-dean committed Mar 25, 2024
1 parent 284c743 commit 1870363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ INIT_PACKAGES="(progn \
(package-install pkg))) \
)"

"${EMACS}" --eval "${INIT_PACKAGES}" --batch -l zig-mode.el -l tests.el -f ert-run-tests-batch-and-exit
"${EMACS}" --eval "${INIT_PACKAGES}" --batch -l zig-mode.el -l test/zig-tests.el -f ert-run-tests-batch-and-exit

0 comments on commit 1870363

Please sign in to comment.