X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=3466e9cf842ac1f439f1a2607daf70a9931f846f;hp=23085e74fa5a09322a53796927d4485f43544b87;hb=2982d70ac683c74c62e20081b36529c90bccc914;hpb=d08af93c65310c2d5ec8033040854f8ff4e5550f diff --git a/test/test-lib.sh b/test/test-lib.sh index 23085e74..3466e9cf 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1163,6 +1163,11 @@ test_python() { | $cmd - } +test_ruby() { + export LD_LIBRARY_PATH=$TEST_DIRECTORY/../lib + MAIL_DIR=$MAIL_DIR ruby -I $TEST_DIRECTORY/../bindings/ruby> OUTPUT +} + test_C () { exec_file="test${test_count}" test_file="${exec_file}.c"