aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2014-03-12 16:52:55 +0100
committerPeter Andersson <[email protected]>2014-03-12 16:53:57 +0100
commitd7f10591bca66cc22b3d56d831373717708abf8a (patch)
tree2fd47e32ddd4ba9ceb9965a3132a4a7c9ce59e36 /lib/common_test/src/ct_util.hrl
parent7922755473c7ddf5de118e38955c4ad977fe4564 (diff)
parent62ee1879ea5cc8c9662983c64630d7bb87a275a3 (diff)
downloadotp-d7f10591bca66cc22b3d56d831373717708abf8a.tar.gz
otp-d7f10591bca66cc22b3d56d831373717708abf8a.tar.bz2
otp-d7f10591bca66cc22b3d56d831373717708abf8a.zip
Merge branch 'peppe/common_test/auto_compile_flag'
* peppe/common_test/auto_compile_flag: 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=[],