From 3fef8ee7031a16a038c9f87dc8cf8ea44064e6ed Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 25 Jan 2012 16:24:35 +0100 Subject: [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. --- .../test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl (limited to 'lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl') diff --git a/lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl b/lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl new file mode 100644 index 0000000000..82191ba278 --- /dev/null +++ b/lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/x-1.0/src/x2.erl @@ -0,0 +1,5 @@ +-module(x2). +-compile(export_all). + +f() -> + y1:f(). -- cgit v1.2.3