DEBSOURCES
Skip Quicknav
sources / devscripts / 2.25.15 / test / test_perl
123456789101112
#!/bin/sh set -e LIB=-I../lib if test "${1:-}" = --installed; then LIB="" shift fi prove --norc $LIB t/*.t