fix comments and add messages
This commit was SVN r2463.
Этот коммит содержится в:
родитель
c28e502dee
Коммит
9aef410fcf
@ -51,10 +51,19 @@ else
|
|||||||
case "ompi_list":
|
case "ompi_list":
|
||||||
./$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>"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user