How to run multiple testcases in single run?

The below link can be used to run any one testcase at time (write_test or read_test or mem_wr_rd_test wr_rd_test). how to run all testcases at a time.

Please help.

In reply to Manirama:
Each test might have a specific configuration. And each test is related to 1 or more sequences.
Running all test in a series can be done by using a simulator script to do this.
It is not a good idea to put all sequences into 1 test and run these sequences in a series.
Sequences belonging together can be put into a sequence_lib. Then you can run all sequences in this lib by starting the execution of the sequence_lib like a sequence.

In reply to chr_sue:
my aim is to run multiple testcases using single command like regression. how to do this regression.