aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2014-03-05 14:44:15 +0100
committerPeter Andersson <[email protected]>2014-03-05 18:33:14 +0100
commit62ee1879ea5cc8c9662983c64630d7bb87a275a3 (patch)
treeca446e4c116bceed728a4f04e152e626627f7a25 /lib/common_test/src/ct_util.hrl
parentc199bd2923e7d733e60beb9bd27b3852cbb2e699 (diff)
downloadotp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.tar.gz
otp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.tar.bz2
otp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.zip
Add flag to abort test run if suites fail to compile
OTP-11769
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r--lib/common_test/src/ct_util.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl
index a82d58cc42..845bb55486 100644
--- a/lib/common_test/src/ct_util.hrl
+++ b/lib/common_test/src/ct_util.hrl
@@ -48,6 +48,7 @@
release_shell=false,
include=[],
auto_compile=[],
+ abort_if_missing_suites=[],
stylesheet=[],
multiply_timetraps=[],
scale_timetraps=[],