diff options
author | Siri Hansen <[email protected]> | 2013-03-25 14:51:26 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-03-28 12:19:57 +0100 |
commit | 25df55fa1987313b38a6a28d49571f378acd2223 (patch) | |
tree | b6e85258289d038740d8202f82a56dd90a1ce858 /lib/common_test/test/Makefile | |
parent | cea6232b9f5c44f76ff1023aa78ea603cb4ed0d9 (diff) | |
download | otp-25df55fa1987313b38a6a28d49571f378acd2223.tar.gz otp-25df55fa1987313b38a6a28d49571f378acd2223.tar.bz2 otp-25df55fa1987313b38a6a28d49571f378acd2223.zip |
[common_test] Add tests for repeated testruns
ct_repeate_testrun_SUITE is added, which tests the following options
to ct_run:
-repeat N
-duration [-force_stop [skip_rest]]
-until [-force_stop [skip_rest]]
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index bd746f87a7..e8607a73af 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -38,6 +38,7 @@ MODULES= \ ct_groups_spec_SUITE \ ct_sequence_1_SUITE \ ct_repeat_1_SUITE \ + ct_repeat_testrun_SUITE \ ct_testspec_1_SUITE \ ct_testspec_2_SUITE \ ct_testspec_3_SUITE \ |