Add a run_all_tests script

This commit is contained in:
Vince Weaver 2012-05-02 11:36:55 -04:00
parent 4ba1159da0
commit 1b1c727900
1 changed files with 11 additions and 0 deletions

11
tests/run_all_tests.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
./test_delete.sh
./test_large_files.sh
./test_lock.sh
./test_lots_of_files.sh
./test_odd_filenames.sh
./test_rename.sh
./test.sh
./test_undelete2.sh
./test_undelete.sh