diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-12 09:48:28 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-27 11:23:16 +0100 |
commit | 405a927dbb9cd64c8706066d5c81e670ec5e2ae7 (patch) | |
tree | f3f755a1e44c4d872a9f6a889e7d0b8aebeca584 /lib/common_test/test/Makefile | |
parent | 9cb286490be37dbbc18a95758678028bc3778953 (diff) | |
download | otp-405a927dbb9cd64c8706066d5c81e670ec5e2ae7.tar.gz otp-405a927dbb9cd64c8706066d5c81e670ec5e2ae7.tar.bz2 otp-405a927dbb9cd64c8706066d5c81e670ec5e2ae7.zip |
Added testcases for ct_telnet and opportunity to connect to telnet without user and password.
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index bd746f87a7..a9ebd8f1d3 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -58,7 +58,8 @@ MODULES= \ ct_group_leader_SUITE \ ct_cover_SUITE \ ct_groups_search_SUITE \ - ct_surefire_SUITE + ct_surefire_SUITE \ + ct_telnet_SUITE ERL_FILES= $(MODULES:%=%.erl) |