1
1
This commit was SVN r2463.
Этот коммит содержится в:
Laura Casswell 2004-09-03 12:52:04 +00:00
родитель c28e502dee
Коммит 9aef410fcf

Просмотреть файл

@ -52,9 +52,18 @@ else
./$target ./$target
breaksw breaksw
case "help" case "help"
default
echo "correct use: " echo "correct use: "
echo " run_tests (to run all class tests)" echo " run_tests help (this message)"
echo " run_tests all (to run all class tests)"
echo "or run_tests with any combination of the following: "
echo " <ompi_bimmap | ompi_hash_table | onpi_list | "
echo " ompi_pointer_array | ompi_rb_tree | ompi_value_array>"
break
default
echo "There is no program <$target> to run"
echo "correct use: "
echo " run_tests help (this message)"
echo " run_tests all (to run all class tests)"
echo "or run_tests with any combination of the following: " echo "or run_tests with any combination of the following: "
echo " <ompi_bimmap | ompi_hash_table | onpi_list | " echo " <ompi_bimmap | ompi_hash_table | onpi_list | "
echo " ompi_pointer_array | ompi_rb_tree | ompi_value_array>" echo " ompi_pointer_array | ompi_rb_tree | ompi_value_array>"