`make test tests=pattern` will only run the subset of tests containing pattern, therefore allowing to specify which subset of tests to run. If the parameter is not specified, all tests are run. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>