X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2FMakefile.am;h=a51c76bce3df0ff81436f0f47ec534fdfbdec95e;hb=2237c2a2b2015388a19236f5bf4d966a045b388b;hp=78ecfaa4ee299f5d89e60e6cf883914970c44b10;hpb=ab81d09a710242ab61001ef5e8ffd321725b47a7;p=libguestfs.git diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 78ecfaa..a51c76b 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -24,8 +24,28 @@ 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 +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 = \ - test-cleanup.sh \ + $(FAILING_TESTS) \ + $(SKIPPED_TESTS) \ $(TESTS)