#!/bin/sh -e

LC_ALL=C R --no-save <<EOT
require("AnnotationDbi") || stop("unable to load AnnotationDbi package")
AnnotationDbi:::.test()
## fast checking:
## BiocGenerics:::testPackage(pattern="^test_select.*\\.R$")
EOT
