summaryrefslogtreecommitdiff
path: root/lib/common_test
diff options
context:
space:
mode:
authorPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-09 23:38:50 +0100
committerPaulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>2020-10-14 23:20:17 +0100
commite0c43c9f51b785045fb4a3e35b82d80734a2bd8b (patch)
treeb0d85c3bf2e34a10a27eeb94cec8e6f7dcc4be10 /lib/common_test
parent713e0a0cc3bb2a439d3f5b28292119c7b8b01b41 (diff)
downloaderlang-e0c43c9f51b785045fb4a3e35b82d80734a2bd8b.tar.gz
Export some more types as per previous commit's "promise"
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_suite.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_suite.erl b/lib/common_test/src/ct_suite.erl
index bfd3bfc3d4..93a82a65b6 100644
--- a/lib/common_test/src/ct_suite.erl
+++ b/lib/common_test/src/ct_suite.erl
@@ -8,7 +8,10 @@
ct_config/0,
ct_status/0,
ct_groups_def/0,
+ ct_group_props/0,
+ ct_testcase_ref/0,
ct_group_ref/0,
+ ct_subgroups_def/0,
ct_tests_def/0,
ct_info/0
]).