net-snmp/ci/net-snmp-run-perl-tests

10 lines
280 B
Bash
Executable File

#!/bin/bash
# See also the output of the following command:
# find -name '*.so' | sed 's/^\.\///;s/\/[^\/]*$//' | sort -u
export LD_LIBRARY_PATH="$PWD/snmplib/.libs:$PWD/agent/helpers/.libs:$PWD/agent/.libs:$PWD/apps/.libs:" &&
make perlmakefiles &&
cd perl &&
make &&
make test