#!/bin/sh -e

LC_ALL=C R --no-save <<EOT
BiocGenerics:::testPackage("graph", pattern="_test.R")
EOT

