5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-24 01:33:48 +03:00
pve-common/test/Makefile
Dominik Csapak 95386dafb7 fix convert_size with decimal numbers and add tests
converting from 0.5 gb to mb resulted in 0 mb
with this patch it correctly returns 512

also add tests and catch more errors

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-12-15 11:15:50 +01:00

16 lines
244 B
Makefile

SUBDIRS = etc_network_interfaces
all:
.PHONY: check install clean distclean
check:
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
./lock_file.pl
./calendar_event_test.pl
./convert_size_test.pl
install: check
distclean: clean
clean: