X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2FMakefile.am;h=4ac0ee0da16907903ad6e2a413336ca94919c8bb;hb=23e117d8cfb13647d52fa5037464936454351f0a;hp=3279f95c0bff2bf38be9bae706e97ec938b17914;hpb=33f53aeb5061cb64aabdaa181632e080f4f4d898;p=libguestfs.git diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 3279f95..4ac0ee0 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -21,18 +21,23 @@ # # See also capitests/ +include $(top_srcdir)/subdir-rules.mk + TESTS = \ rhbz503169c10.sh \ rhbz503169c13.sh \ + rhbz557655.sh \ test-cancellation-download-librarycancels.sh \ test-cancellation-upload-daemoncancels.sh \ + test-find0.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 + test-reopen.sh \ + test-stringlist.sh SKIPPED_TESTS = \ test-bootbootboot.sh @@ -51,4 +56,6 @@ TESTS_ENVIRONMENT = \ EXTRA_DIST = \ $(FAILING_TESTS) \ $(SKIPPED_TESTS) \ - $(TESTS) + $(TESTS) \ + rhbz557655-expected.stdout \ + rhbz557655-expected.stderr