Lots, mainly Python bindings.
[libguestfs.git] / perl / run-perl-tests
index d2280dd..1a890fc 100755 (executable)
@@ -17,4 +17,5 @@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 export LD_LIBRARY_PATH=../src/.libs
-make -f Makefile-pl test
+export LIBGUESTFS_PATH=$(cd .. && pwd)
+make -f Makefile-pl test "$@"