summaryrefslogtreecommitdiffstats
path: root/lua/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-11-18 16:45:44 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-11-18 16:45:44 +0000
commit6483c506b91d0093af96f361d6756853fac26972 (patch)
tree742c39c325dec4666739da9eef699cd2c2a2324b /lua/Makefile.am
parent6710296b7a597b0741b0559f2cefc3997986de40 (diff)
downloadlibguestfs-6483c506b91d0093af96f361d6756853fac26972.tar.gz
libguestfs-6483c506b91d0093af96f361d6756853fac26972.tar.xz
libguestfs-6483c506b91d0093af96f361d6756853fac26972.zip
lua: Add another test to prove that the handles are really independent.
Diffstat (limited to 'lua/Makefile.am')
-rw-r--r--lua/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am
index e642a130..e2daceee 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -53,6 +53,7 @@ TESTS = \
tests/010-load.lua \
tests/020-create.lua \
tests/025-create-flags.lua \
+ tests/027-create-multiple.lua \
tests/030-config.lua \
tests/070-optargs.lua
@@ -66,6 +67,7 @@ EXTRA_DIST += \
tests/010-load.lua \
tests/020-create.lua \
tests/025-create-flags.lua \
+ tests/027-create-multiple.lua \
tests/030-config.lua \
tests/050-lvcreate.lua \
tests/060-readdir.lua \