Przeglądaj źródła

Fixed platform_define pattern matching

pull/461/head
Howard Stark 7 lat temu
rodzic
commit
701cd90c39
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 9FA4E350B33067F3
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      rebar.config

+ 3
- 3
rebar.config Wyświetl plik

@ -21,9 +21,9 @@
{erl_opts, [
{lager_extra_sinks, ['__lager_test_sink']},
{platform_define, "(19|20|21)", test_statem},
{platform_define, "(18)", 'FUNCTION_NAME', unavailable},
{platform_define, "(18)", 'FUNCTION_ARITY', 0},
{platform_define, "^(19|20|21)", test_statem},
{platform_define, "^18", 'FUNCTION_NAME', unavailable},
{platform_define, "^18", 'FUNCTION_ARITY', 0},
debug_info,
report,
verbose,

Ładowanie…
Anuluj
Zapisz