]> git.proxmox.com Git - pve-common.git/blame_incremental - test/Makefile
buildsys: refactor distclean and clean target
[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 ./convert_size_test.pl
12
13install: check
14distclean: clean
15clean: