您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
161 B

  1. -module(test_SUITE).
  2. -compile(export_all).
  3. -include_lib("ct.hrl").
  4. all() ->
  5. [simple_test].
  6. simple_test(Config) ->
  7. io:format("Test: ~p\n", [Config]).