X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=cd575e0e8435752391628b0520fcd14a6532b634;hp=78ecfaa4ee299f5d89e60e6cf883914970c44b10;hb=8d167a98eca95352e36775068bbc0d90f3009edb;hpb=ab81d09a710242ab61001ef5e8ffd321725b47a7 diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 78ecfaa..cd575e0 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -24,8 +24,24 @@ TESTS = \ rhbz503169c10.sh \ rhbz503169c13.sh \ + test-cancellation-upload-daemoncancels.sh \ + test-cancellation-download-librarycancels.sh \ + test-qemudie-midcommand.sh \ + test-qemudie-killsub.sh \ + test-qemudie-synch.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 + EXTRA_DIST = \ - test-cleanup.sh \ + $(FAILING_TESTS) \ + $(SKIPPED_TESTS) \ $(TESTS)