]> git.proxmox.com Git - pve-common.git/blame_incremental - test/Makefile
get_ip_from_hostname: improve error message
[pve-common.git] / test / Makefile
... / ...
CommitLineData
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
9 ./lock_file.pl
10 ./calendar_event_test.pl
11
12install: check
13distclean: clean
14clean: