csomh / source-git / acl

Forked from source-git/acl 3 years ago
Clone
Blob Blame History Raw
#!/bin/bash

if [ -e "$PWD/.libs/libtestlookup.so" ]; then
	export LD_PRELOAD="$PWD/.libs/libtestlookup.so"
fi

"${srcdir:-${PWD}}"/test/run "$@"