9587ab6597
These files are not only for vmcheck, but may be used as well for setting up for development. Closes: #344 Approved by: cgwalters |
||
---|---|---|
.. | ||
check | ||
common | ||
manual | ||
utils | ||
README.md |
Tests are divided into two groups:
-
Tests in the
check
directory are non-destructive and uninstalled. Some of the tests require root privileges. Usemake check
to run these. -
Tests in the
vmcheck
directory are destructive and installed. They are run inside a VM. Usemake vmcheck
to run these.
The common
directory contains files used by multiple
tests. The utils
directory contains helper utilities
required to run the tests.