diff options
author | Peter Andersson <[email protected]> | 2010-08-03 18:14:09 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2010-09-02 14:44:54 +0200 |
commit | a05e853496d0d0fa5330c65ab6b1755cd6ecca3f (patch) | |
tree | f3943c547cffde49c9115396eb6104a2e9d096bf /lib/common_test/test/Makefile | |
parent | e687346cace88b81053d603481f881be49915973 (diff) | |
download | otp-a05e853496d0d0fa5330c65ab6b1755cd6ecca3f.tar.gz otp-a05e853496d0d0fa5330c65ab6b1755cd6ecca3f.tar.bz2 otp-a05e853496d0d0fa5330c65ab6b1755cd6ecca3f.zip |
Add test suite to examplify problem with nested groups in a sequence
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 3fb0d627a0..abb14c35d9 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -32,6 +32,7 @@ MODULES= \ ct_event_handler_SUITE \ ct_groups_test_1_SUITE \ ct_groups_test_2_SUITE \ + ct_sequence_1_SUITE \ ct_testspec_1_SUITE \ ct_skip_SUITE \ ct_error_SUITE \ |