Add the start of a buildfarm test suite for rsync. It doesn't do much
authorMartin Pool <mbp@samba.org>
Wed, 15 Aug 2001 05:47:57 +0000 (05:47 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 15 Aug 2001 05:47:57 +0000 (05:47 +0000)
yet -- I just want to see if it runs.

testsuite/README [new file with mode: 0644]
testsuite/rsync-hello.test [new file with mode: 0755]
testsuite/runlist [new file with mode: 0755]

diff --git a/testsuite/README b/testsuite/README
new file mode 100644 (file)
index 0000000..eb0e8e9
--- /dev/null
@@ -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 (executable)
index 0000000..8924449
--- /dev/null
@@ -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 (executable)
index 0000000..449cc2c
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# This file is sourced by the Samba build_farm scripts.  It contains a
+# list of tests to run.
+