1. 06 9月, 2016 2 次提交
    • C
      Makefile: add support for setup.py in targets link/clean · 2d5158d3
      Cleber Rosa 提交于
      The `link` and `clean` targets, very useful under development
      environments, have supported directories containing `Makefiles`.
      
      It turns out that for some plugins it may be enough (and more
      Pythonic) to just have `setup.py` files, so let's support that.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      2d5158d3
    • C
      Plugins: add optional plugins directory · 2e732e92
      Cleber Rosa 提交于
      The goal of the `optional_plugins` directory is to hold all plugins
      that ship with Avocado, but are not considered core functionality.
      Plugins that are considered to be core still live under
      `avocado/plugins`.
      
      This also adds all directories to be found under `optional_plugins` to
      the list of candidate plugins when running `make clean` or `make
      link`.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      2e732e92
  2. 02 9月, 2016 2 次提交
  3. 01 9月, 2016 11 次提交
  4. 31 8月, 2016 1 次提交
  5. 30 8月, 2016 4 次提交
  6. 29 8月, 2016 4 次提交
  7. 26 8月, 2016 1 次提交
  8. 25 8月, 2016 4 次提交
  9. 24 8月, 2016 11 次提交