]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
fix convert_size with decimal numbers and add tests
[pve-common.git] / test / Makefile
CommitLineData
936218b8
WB
1SUBDIRS = etc_network_interfaces
2
3all:
4
5.PHONY: check install clean distclean
6
7check:
8 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
d9f86d0d 9 ./lock_file.pl
3ebebd19 10 ./calendar_event_test.pl
95386daf 11 ./convert_size_test.pl
936218b8
WB
12
13install: check
14distclean: clean
15clean: