Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 1870363

Browse files
committed
update test file path in run_tests.sh
1 parent 284c743 commit 1870363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ INIT_PACKAGES="(progn \
1919
(package-install pkg))) \
2020
)"
2121

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

0 commit comments

Comments
 (0)