repo.or.cz
/
navi2ch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change README.md
[navi2ch.git]
/
test
/
test-basic.sh
blob
f04633bd120a03d1f06cdadc144ff908bdc02987
1
#!/bin/sh
2
3
unset
tests
4
for
a
;
do
5
case
$a
in
6
basic
:*)
7
tests
=
"
${tests}
'
${a#basic:}
"
8
;;
9
esac
10
done
11
12
exec
emacs
--batch -q -l
ert
-l
"
${NAVI2CHDIR:-.}/navi2ch-autoloads.el" -l "${0%/*}/test-basic.el" --eval "(ert-run-tests-batch-and-exit${tests:- t}
)"