Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2007-04-22 14:59:29 -0700 (Sun, 22 Apr 2007)
Revision: 79
Log message:

      Added the ability to define sub-tests.
     
     Moved supporting scripts/code to util.
     
     Added makefiles to build xattr-util.
     
     Added a test for copying devices.
     
     Added tests for xattrs on directories.
     
     Added a can-copy "method" to copiers.  Should probably have the same for tests.

Changes  Path
Added backup-test/Makefile
+71 -15 backup-test/backup-test
+3 -0 backup-test/copiers.d/10-rsync-apple.cp
+3 -0 backup-test/copiers.d/20-rsync-qdolan.cp
+3 -0 backup-test/copiers.d/30-cp-apple.cp
+3 -0 backup-test/copiers.d/40-ditto.cp
+3 -0 backup-test/copiers.d/50-tarpipe.cp
+3 -0 backup-test/copiers.d/60-pax.cp
Deleted backup-test/copy-runner
Deleted backup-test/test-runner
+35 -5 backup-test/tests.d/70extended-attrs.test
Added backup-test/tests.d/95devices.test
Added backup-test/util/
Added backup-test/util/Makefile
Added backup-test/util/copy-runner
Added backup-test/util/test-runner
Added backup-test/util/xattr-util.c