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

RFE: Better documentation #38

Closed
wants to merge 3 commits into from

Conversation

The-Mule
Copy link
Contributor

This should resolve #20

  • add tests listing and
  • clean-up and extension of README (including Richard's last update).

Previously, SUBDIRS variable contained the list of test directories.
Since test directories are actually test names it it more convenient
to rename the variable to TESTS.

We allow users to execute not only all tests but also their subsets.
Makefile now contains target "list" to see what tests are actually
available.

Signed-off-by: Ondrej Moris <omoris@redhat.com>
List of dependencies updated. Re-phrased and extended section about
test execution.

Signed-off-by: Ondrej Moris <omoris@redhat.com>
@pcmoore pcmoore changed the title Documentation RFE: Better documentation Jan 30, 2017
@The-Mule
Copy link
Contributor Author

Conflict with master resolved.

@pcmoore
Copy link
Contributor

pcmoore commented Mar 3, 2017

Merged via b226ccb and 77f9054.

Note that I had to fix a problem in tests/runtest.pl so that "make test" would work from the top directory. I also had to do a merge the README changes largely by hand so please take a look and make sure I didn't make a mistake.

@pcmoore pcmoore closed this Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFE: improved documentation for installing and running the testsuite
2 participants