X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=00c25f1ec681a4d3fc0e5537ac0be3e2bccaeeba;hp=0af7e8c8d2805c579f645aec31ba5c67f174fab5;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hpb=04ea1375c55aa67df4e7fc61dbb534111767f3b6 diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 0af7e8c..00c25f1 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -18,8 +18,6 @@ # Regression tests and other important tests which are not # specific to the C API. We can write these more easily in # higher level languages than C. -# -# See also capitests/ include $(top_srcdir)/subdir-rules.mk @@ -42,13 +40,18 @@ TESTS = \ test-guestfish-a.sh \ test-guestfish-d.sh \ test-guestfish-escapes.sh \ + test-guestfish-events.sh \ test-guestfish-tilde.sh \ test-inspect-fstab.sh \ + test-inspect-fstab-md.sh \ test-launch-race.pl \ + test-list-filesystems.sh \ + test-list-md-devices.sh \ test-luks.sh \ test-luks-list.sh \ test-lvm-filtering.sh \ test-lvm-mapping.pl \ + test-mdadm.sh \ test-noexec-stack.pl \ test-qemudie-killsub.sh \ test-qemudie-midcommand.sh \