From: Martin Pool Date: Wed, 15 Aug 2001 05:47:57 +0000 (+0000) Subject: Add the start of a buildfarm test suite for rsync. It doesn't do much X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c77cf82206b89c2415d69df418542aee472d4285?hp=f8014b864e81af1220ed6d339332b4d203fe510d Add the start of a buildfarm test suite for It doesn't do much yet -- I just want to see if it runs. --- diff --git a/testsuite/README b/testsuite/README new file mode 100644 index 00000000..eb0e8e92 --- /dev/null +++ b/testsuite/README @@ -0,0 +1,10 @@ +This directory contains automatic test cases for rsync. You can run +them yourself if you want, preferably by doing "make check" in the +top-level source directory. (Not implemented yet.) + +They also run automatically on the build farm, and you can see the +results on http://build.samba.org/. That's controlled by the file +./runlist. + +TEST_ALL="rsync-hello" + diff --git a/testsuite/rsync-hello.test b/testsuite/rsync-hello.test new file mode 100755 index 00000000..8924449f --- /dev/null +++ b/testsuite/rsync-hello.test @@ -0,0 +1,3 @@ +#! /bin/sh + +echo Hello there. I am a test. diff --git a/testsuite/runlist b/testsuite/runlist new file mode 100755 index 00000000..449cc2c6 --- /dev/null +++ b/testsuite/runlist @@ -0,0 +1,5 @@ +#! /bin/sh + +# This file is sourced by the Samba build_farm scripts. It contains a +# list of tests to run. +