aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-09-09 12:37:52 +0200
committerBjörn Gustavsson <[email protected]>2015-09-09 12:37:52 +0200
commitd307079cc7b88f89e8cf68fe189d1d329a47ad51 (patch)
treeabfb7a4a861717f3b3704adb707293d0024bad26 /lib/sasl/test/Makefile
parent439de942a4db2a422dbfe7813f66b150f947313f (diff)
parentd73f47345776d3567b50115af69d551077909514 (diff)
downloadotp-d307079cc7b88f89e8cf68fe189d1d329a47ad51.tar.gz
otp-d307079cc7b88f89e8cf68fe189d1d329a47ad51.tar.bz2
otp-d307079cc7b88f89e8cf68fe189d1d329a47ad51.zip
Merge branch 'bjorn/error-loggers/OTP-12864' into maint
* bjorn/error-loggers/OTP-12864: Add documentation Introduce sasl_report_SUITE Teach sasl_report to limit crash reports proc_lib: Add format/3 Teach error_logger_tty_h to truncate big messages error_logger_tty_h: Refactor and modernize code Teach error_logger_file_h to truncate big messages error_logger_file_h: Refactor and modernize code Remove unused code in error logger handlers Add error_logger_h_SUITE sasl_SUITE: Add a rudimentary test of the utc_log configuration sasl_SUITE: Correct the log_file/1 test case proc_lib_SUITE: Remove added report handlers zip_SUITE: Don't trust priv_dir to be empty
Diffstat (limited to 'lib/sasl/test/Makefile')
-rw-r--r--lib/sasl/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sasl/test/Makefile b/lib/sasl/test/Makefile
index 86fc57abfc..86976def6a 100644
--- a/lib/sasl/test/Makefile
+++ b/lib/sasl/test/Makefile
@@ -29,11 +29,13 @@ MODULES= \
alarm_handler_SUITE \
installer \
release_handler_SUITE \
+ sasl_report_SUITE \
+ sasl_report_suite_supervisor \
systools_SUITE \
systools_rc_SUITE \
overload_SUITE \
rb_SUITE \
- rh_test_lib
+ rh_test_lib \
ERL_FILES= $(MODULES:%=%.erl)