diff options
author | Peter Andersson <[email protected]> | 2014-06-05 16:44:34 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-04-15 10:13:59 +0200 |
commit | 72d1fe572d3eb3748a86042a818d140f682ebc14 (patch) | |
tree | b792c05acc97e25438a329e155d20fbd5ae64bc1 /lib/common_test/src/ct_util.hrl | |
parent | 0fc485a1b487f0b22daf2178e28b2f3edfdc7919 (diff) | |
download | otp-72d1fe572d3eb3748a86042a818d140f682ebc14.tar.gz otp-72d1fe572d3eb3748a86042a818d140f682ebc14.tar.bz2 otp-72d1fe572d3eb3748a86042a818d140f682ebc14.zip |
Introduce test categories for OTP tests
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
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 845bb55486..f4cf407856 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -55,6 +55,7 @@ create_priv_dir=[], alias=[], tests=[], + unknown=[], merge_tests=true}). -record(cover, {app=none, |