Move the appliance and build scripts into new appliance/ subdirectory.
[libguestfs.git] / perl / run-perl-tests
index d2280dd..e3f315e 100755 (executable)
@@ -17,4 +17,5 @@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 export LD_LIBRARY_PATH=../src/.libs
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 export LD_LIBRARY_PATH=../src/.libs
-make -f Makefile-pl test
+export LIBGUESTFS_PATH=../appliance
+make -f Makefile-pl test "$@"