X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2FMakefile.am;h=12c4e80c9f4b5511266c68cb599a06d7819925aa;hb=c498ad1fea5a8ca7783a24929b472756f45c57a0;hp=fd56a6d0a49b98ee537ae9d4c2daee7626009608;hpb=dcd8742578a57e0871d6db4797014bbfd854a57b;p=libguestfs.git diff --git a/regressions/Makefile.am b/regressions/Makefile.am index fd56a6d..12c4e80 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -21,8 +21,29 @@ # # See also capitests/ -EXTRA_DIST = \ - test-cleanup.sh \ +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-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 + +EXTRA_DIST = \ + $(FAILING_TESTS) \ + $(SKIPPED_TESTS) \ + $(TESTS)