]> git.proxmox.com Git - proxmox-backup.git/commit - Makefile
Makefile: Allow to pass parameter tests=pattern to make test
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 21 May 2019 15:54:49 +0000 (17:54 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 May 2019 08:01:35 +0000 (10:01 +0200)
commitcc119edbe51bf860d3ba91baf252092599c7ac3a
tree3ea5883e723dd69f4c87b74ae64c420b964922c8
parentde61bc92642a39649bab312fe5f78c6aaee3e509
Makefile: Allow to pass parameter tests=pattern to make test

`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>
Makefile