X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=a51c76bce3df0ff81436f0f47ec534fdfbdec95e;hp=fd56a6d0a49b98ee537ae9d4c2daee7626009608;hb=19bb2e59f4b976a0022fd1acb7b1620403985b70;hpb=dcd8742578a57e0871d6db4797014bbfd854a57b diff --git a/regressions/Makefile.am b/regressions/Makefile.am index fd56a6d..a51c76b 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -21,8 +21,31 @@ # # See also capitests/ -EXTRA_DIST = \ - test-cleanup.sh \ +TESTS = \ + rhbz503169c10.sh \ + rhbz503169c13.sh \ + test-cancellation-download-librarycancels.sh \ + test-cancellation-upload-daemoncancels.sh \ + test-noexec-stack.pl \ + test-qemudie-killsub.sh \ + test-qemudie-midcommand.sh \ + test-qemudie-synch.sh \ + test-read_file.sh \ + test-remote.sh \ + test-reopen.sh + +SKIPPED_TESTS = \ test-bootbootboot.sh -TESTS = test-bootbootboot.sh +FAILING_TESTS = \ + test-qemudie-launchfail.sh + +TESTS_ENVIRONMENT = \ + LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ + LIBGUESTFS_PATH=$(top_builddir)/appliance \ + NOEXEC_CHECK="$(top_builddir)/src/.libs/libguestfs.so $(top_builddir)/daemon/guestfsd" + +EXTRA_DIST = \ + $(FAILING_TESTS) \ + $(SKIPPED_TESTS) \ + $(TESTS)