]> git.proxmox.com Git - pve-common.git/blob - test/Makefile
Inotify : add vxlan interface support
[pve-common.git] / test / Makefile
1 SUBDIRS = etc_network_interfaces
2
3 all:
4
5 .PHONY: check install clean distclean
6
7 check:
8 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
9 ./lock_file.pl
10 ./calendar_event_test.pl
11 ./convert_size_test.pl
12
13 install: check
14 distclean: clean
15 clean: