acd3c8ff41
- Move all the uninstalled, non-destructive tests to check/ - Add a README - Move utilities to utils/ - Move common files to common/ Closes: #304 Approved by: cgwalters
452 B
452 B
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.