aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/record_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-10-26 11:20:10 +0200
committerBjörn Gustavsson <[email protected]>2012-10-26 11:20:10 +0200
commita8b2ba096dc48a29af52fd68070089d4bbb37483 (patch)
treeafca45311523d2da2fcb545e3649e0717a059dcd /lib/compiler/test/record_SUITE.erl
parenta6608f9e67b9f67e8d21bc3df81ba8129755741a (diff)
parentd18ab0179e83f378026cea87dea026cae1077bec (diff)
downloadotp-a8b2ba096dc48a29af52fd68070089d4bbb37483.tar.gz
otp-a8b2ba096dc48a29af52fd68070089d4bbb37483.tar.bz2
otp-a8b2ba096dc48a29af52fd68070089d4bbb37483.zip
Merge branch 'bjorn/compiler/test-cases'
* bjorn/compiler/test-cases: Correct typo in test suite name compiler: Run testcases in parallel
Diffstat (limited to 'lib/compiler/test/record_SUITE.erl')
-rw-r--r--lib/compiler/test/record_SUITE.erl10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/compiler/test/record_SUITE.erl b/lib/compiler/test/record_SUITE.erl
index 363422ec7e..96f3712be9 100644
--- a/lib/compiler/test/record_SUITE.erl
+++ b/lib/compiler/test/record_SUITE.erl
@@ -42,12 +42,14 @@ suite() -> [{ct_hooks,[ts_install_cth]}].
all() ->
test_lib:recompile(?MODULE),
- [errors, record_test_2, record_test_3,
- record_access_in_guards, guard_opt, eval_once, foobar,
- missing_test_heap, nested_access, coverage].
+ [{group,p}].
groups() ->
- [].
+ [{p,test_lib:parallel(),
+ [errors,record_test_2,record_test_3,
+ record_access_in_guards,guard_opt,eval_once,foobar,
+ missing_test_heap,nested_access,coverage]}].
+
init_per_suite(Config) ->
Config.