mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: move test_ruby() inside the only client
Not much point in polluting the main library, and also will be useful to modify it in tandem with the tests. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
595b61ef47
commit
8cbd8e71d0
2 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,10 @@ fi
|
|||
|
||||
add_email_corpus
|
||||
|
||||
test_ruby() {
|
||||
MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I "$NOTMUCH_BUILDDIR/bindings/ruby"> OUTPUT
|
||||
}
|
||||
|
||||
test_begin_subtest "compare thread ids"
|
||||
test_ruby <<"EOF"
|
||||
require 'notmuch'
|
||||
|
|
|
@ -1124,10 +1124,6 @@ test_python() {
|
|||
$NOTMUCH_PYTHON -B - > OUTPUT
|
||||
}
|
||||
|
||||
test_ruby() {
|
||||
MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I "$NOTMUCH_BUILDDIR/bindings/ruby"> OUTPUT
|
||||
}
|
||||
|
||||
test_C () {
|
||||
local exec_file test_file
|
||||
exec_file="test${test_count}"
|
||||
|
|
Loading…
Reference in a new issue