Test-Command: python -c 'import xapian'

Test-Command: python3 -c 'import xapian'

Test-Command: ruby -e 'require "xapian"'

Test-Command: echo 'package require xapian 1.4.0'|tclsh

Test-Command: echo 'import org.xapian.*;' > tmp.java && javac -cp /usr/share/java/xapian.jar tmp.java
