pve-manager/bin/test/Makefile
Dietmar Maurer 53f13052ed implement new auto balloon algorithm
Moved code into PVE/AutoBalloon.pm, and added a regression tests in bin/test/balloontest.pl
2012-12-28 12:50:13 +01:00

23 lines
285 B
Makefile

include ../../defines.mk
all:
check:
./balloontest.pl
SCRIPTS = \
example1.pl \
example2.pl
.PHONY: install
install: ${SCRIPTS}
install -d ${DOCDIR}/examples
install -m 0755 ${SCRIPTS} ${DOCDIR}/examples
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~