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

$PWD/test/run $@
