tests: Fix read_file test.
[libguestfs.git] / regressions / Makefile.am
index fd56a6d..12c4e80 100644 (file)
 #
 # 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)