5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-23 02:04:19 +03:00

add make files

This commit is contained in:
Dietmar Maurer 2014-12-01 06:22:52 +01:00
parent c0bbd03876
commit 3a1c66d6f8
2 changed files with 18 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all: test
.PHONY: test
test:
make -C test test

8
test/Makefile Normal file
View File

@ -0,0 +1,8 @@
all:
.PHONY: test
test:
echo "run tests"