X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=00c25f1ec681a4d3fc0e5537ac0be3e2bccaeeba;hp=c75d54a649fd218dee70528ff1e89b2721429056;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hpb=b051fffc6f4f6c095a3401f89a47fbb948a71ee1 diff --git a/regressions/Makefile.am b/regressions/Makefile.am index c75d54a..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,8 +40,10 @@ 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 \