diff options
author | Siri Hansen <[email protected]> | 2012-01-25 16:24:35 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-03-19 09:48:53 +0100 |
commit | 3fef8ee7031a16a038c9f87dc8cf8ea44064e6ed (patch) | |
tree | 5734de038d560b1fe2dc92b25789e9eb58e92783 /lib/reltool/test/Makefile | |
parent | f515a08b3a57c854ee547e6c84c39e2fd14a27da (diff) | |
download | otp-3fef8ee7031a16a038c9f87dc8cf8ea44064e6ed.tar.gz otp-3fef8ee7031a16a038c9f87dc8cf8ea44064e6ed.tar.bz2 otp-3fef8ee7031a16a038c9f87dc8cf8ea44064e6ed.zip |
[reltool] Add more GUI tests
OTP-9794
This commit adds a test suite for manual testing of the reltool
GUI. By use of test_server:break/1 function, it guides the user
through a set of tests in the GUI.
Some minor checks are also added to the automatic GUI test,
reltool_wx_SUITE.
Diffstat (limited to 'lib/reltool/test/Makefile')
-rw-r--r-- | lib/reltool/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/reltool/test/Makefile b/lib/reltool/test/Makefile index 767454b66a..d8a7adb837 100644 --- a/lib/reltool/test/Makefile +++ b/lib/reltool/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2009-2011. All Rights Reserved. +# Copyright Ericsson AB 2009-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -28,6 +28,7 @@ MODULES= \ reltool_app_SUITE \ reltool_wx_SUITE \ reltool_server_SUITE \ + reltool_manual_gui_SUITE \ reltool_test_lib |