diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 680e6f2..dda579d 100644 --- a/rebar.config +++ b/rebar.config @@ -43,6 +43,10 @@ {erl_opts, [debug_info, nowarn_export_all]} ] }, + {systest, [ + {erl_opts, [debug_info, nowarn_export_all]}, + {ct_opts, [{dir, "systest"}]} + ]}, {bootstrap, []}, |