diff options
Diffstat (limited to 'test/upgrade_project/rel/reltool.config')
-rw-r--r-- | test/upgrade_project/rel/reltool.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/upgrade_project/rel/reltool.config b/test/upgrade_project/rel/reltool.config index 9672abc..b691c77 100644 --- a/test/upgrade_project/rel/reltool.config +++ b/test/upgrade_project/rel/reltool.config @@ -12,6 +12,8 @@ {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]}, {excl_archive_filters, [".*"]}, + {app, hipe, [{incl_cond, exclude}]}, + {app, dummy, [{incl_cond, include}]} ]}. |