mirror of
git://git.proxmox.com/git/pve-common.git
synced 2024-12-24 01:33:48 +03:00
95386dafb7
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>
16 lines
244 B
Makefile
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:
|