summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add make clean to MakefileSachin Prabhu2021-04-161-0/+3
| | | | | | Allow users to remove temporary files with make clean Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Call site.yml instead of cluster-setup.ymlSachin Prabhu2020-05-071-1/+1
| | | | | | | | site.yml is used to create both client and cluster machines. The previous patch introduced a regression which meant the client vms are not setup. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Run the cluster setup from the top level "make test"Michael Adam2020-03-251-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Add a makefile with test targetMichael Adam2020-03-201-0/+3
The "test" does not do anything useful yet, but this way, we can already establish the final command to invoke in the centos-ci integration. Signed-off-by: Michael Adam <obnox@samba.org>