diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 20:41:12 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 20:41:12 +0100 |
commit | a3d4d655ffdd335372051c14ca53e8664ff799eb (patch) | |
tree | 217f13d9882d30029f2da49dec07bd4e694bc9c5 | |
parent | 22bc6a969bebfa8547422033f665c768fe8c7c1e (diff) | |
download | libguestfs-a3d4d655ffdd335372051c14ca53e8664ff799eb.tar.gz libguestfs-a3d4d655ffdd335372051c14ca53e8664ff799eb.tar.xz libguestfs-a3d4d655ffdd335372051c14ca53e8664ff799eb.zip |
Distribute bindtests.rb in the tarball.1.0.35
-rw-r--r-- | ruby/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index ad9fa2f9..389399fc 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = \ lib/guestfs.rb \ run-bindtests \ run-ruby-tests \ + bindtests.rb \ tests/tc_*.rb CLEANFILES = \ |