1
0
Fork 0
devscripts/test/test_perl
Daniel Baumann b543f2e88d
Adding upstream version 2.25.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:04:07 +02:00

12 lines
119 B
Bash
Executable file

#!/bin/sh
set -e
LIB=-I../lib
if test "${1:-}" = --installed; then
LIB=""
shift
fi
prove --norc $LIB t/*.t