From c77cf82206b89c2415d69df418542aee472d4285 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 15 Aug 2001 05:47:57 +0000 Subject: [PATCH] Add the start of a buildfarm test suite for rsync. It doesn't do much yet -- I just want to see if it runs. --- testsuite/README | 10 ++++++++++ testsuite/rsync-hello.test | 3 +++ testsuite/runlist | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 testsuite/README create mode 100755 testsuite/rsync-hello.test create mode 100755 testsuite/runlist 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. + -- 2.34.1