diff --git a/inttest/depplugins/depplugins_rt.erl b/inttest/depplugins/depplugins_rt.erl index 4b0bbd6..a45fa93 100644 --- a/inttest/depplugins/depplugins_rt.erl +++ b/inttest/depplugins/depplugins_rt.erl @@ -4,11 +4,14 @@ %%% %%% It has three applications: %%%
    -%%%
  1. fish. top-level module, has one dependency: `dependsonplugin'.
  2. -%%%
  3. dependsonplugin. This depends on some pre-compile actions by the -%%% plugin. In the test the plugin creates a file `pre.compile' in the -%%% top-level folder of this application.
  4. -%%%
  5. testplugin. This is a plugin application which creates the file.
  6. +%%%
  7. fish. top-level app, has one dependency: `dependsonplugin'. +%%% It also loads a plugin from CWD which creates +%%% base_dir_cwd_pre.compile on pre_compile.
  8. +%%%
  9. dependsonplugin, has one dependency: `testplugin' and loads +%%% the testplugin_mod plugin.
  10. +%%%
  11. testplugin. This is a plugin application which creates +%%% plugin_pre.compile on pre_compile. It also loads a plugin from CWD +%%% which creates dep_cwd_pre.compile on pre_compile.
  12. %%%
-module(depplugins_rt).