Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> --- .gitignore | 4 ++++ tests/Makefile.am | 23 +++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 121adbd..1066cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ /libvirt-php-[0-9]*/ /ltmain.sh /missing +/tests/*.log +/tests/*.trs +/tests/functions.phpt +/test-driver /INSTALL Makefile Makefile.in diff --git a/tests/Makefile.am b/tests/Makefile.am index 416910a..aeb184e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,2 +1,21 @@ -check: - ./runtests-report.sh +test_scripts = runtests.sh + +TESTS = $(test_scripts) +EXTRA_DIST = $(test_scripts) \ + runtests-report.sh \ + test-connect.phpt \ + test-conn-limit.phpt \ + test-domain-create-and-coredump.phpt \ + test-domain-create-and-get-xpath.phpt \ + test-domain-create-get-metadata.phpt \ + test-domain-create.phpt \ + test-domain-define-create-destroy.phpt \ + test-domain-define-undefine.phpt \ + test-domain-snapshot.phpt \ + test-get-emulator.phpt \ + test-get-models.phpt \ + test-get-models-unsupported-hw.phpt \ + test-install.phpt \ + test-logging.phpt \ + test-version-get.phpt \ + test-version-check.phpt -- 2.3.6 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list