summaryrefslogtreecommitdiffstats
path: root/test/travis_run_linux.sh
blob: 55087403b3fec866f504e9b23fd9763594f4faec (plain)
1
2
3
4
5
6
#!/bin/bash -ex
./buildconf
test -v SKIP_TESTING || CONFIG="--with-test-suite=test/perl-framework $CONFIG"
./configure $CONFIG --with-apr=/usr --with-apr-util=/usr
make $MAKEFLAGS -j2
test -v SKIP_TESTING || make check