mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +01:00
added
This commit is contained in:
16
run-tests.sh
Normal file
16
run-tests.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ -n "$TRAVIS" ]; then
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
ECUKES_EMACS=${EMACS:-$(which emacs)}
|
||||
export ECUKES_EMACS
|
||||
|
||||
echo "*** Emacs version ***"
|
||||
echo "ECUKES_EMACS = $ECUKES_EMACS"
|
||||
"$ECUKES_EMACS" --version
|
||||
echo
|
||||
fi
|
||||
|
||||
cask emacs --batch -Q -l package-lint.el -f package-lint-batch-and-exit autoscratch-mode.el
|
||||
cask exec ert-runner -L . -L test "$@"
|
||||
Reference in New Issue
Block a user