Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix out-of-source testing #14

Merged
merged 1 commit into from
Jun 3, 2021
Merged

Fix out-of-source testing #14

merged 1 commit into from
Jun 3, 2021

Commits on Jun 3, 2021

  1. test: simplify testing harness

    It keeps all necessary functionality working:
    
    * The module from the repository (strictly speaking, from the build
      directory) is preferred over one installed into a system or to .rocks.
    * The test does not spoil the working directory with *.snap and *.xlog
      files.
    * `make test` works as for in-source as well as for out-of-source build.
    
    See details in PR #14.
    
    @Totktonada: Added comments, rewrote the commit message, adjusted
    .gitignore. The idea and actual changes are from @rosik.
    rosik authored and Totktonada committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    bd3c5bb View commit details
    Browse the repository at this point in the history