summaryrefslogtreecommitdiffstats
path: root/perl/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-08 15:02:39 +0100
committerRichard Jones <rjones@redhat.com>2009-04-08 15:02:39 +0100
commit9908e03e922b670437bcd89b6873f9ebc914567e (patch)
tree30d8b8adfb5cfbd864f7e91cf8268a29344366d0 /perl/Makefile.am
parent00e309d3608661eaa8c9cc69ba5bf175c612698d (diff)
downloadlibguestfs-9908e03e922b670437bcd89b6873f9ebc914567e.tar.gz
libguestfs-9908e03e922b670437bcd89b6873f9ebc914567e.tar.xz
libguestfs-9908e03e922b670437bcd89b6873f9ebc914567e.zip
Fixed Perl bindings, they now work properly.
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r--perl/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index ea9835b0..2b5b1ddb 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -26,6 +26,9 @@ if HAVE_PERL
# Interfacing automake and ExtUtils::MakeMaker known to be
# a nightmare, news at 11.
+
+TESTS = run-perl-tests
+
all:
perl Makefile.PL
make -f Makefile-pl