]> git.proxmox.com Git - pve-common.git/blame_incremental - test/Makefile
buildsys: clean more
[pve-common.git] / test / Makefile
... / ...
CommitLineData
1SUBDIRS = etc_network_interfaces
2
3all:
4
5.PHONY: check install clean distclean
6
7export PERLLIB=../src
8
9check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tests.test format_test.test
10 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
11
12%.test: %.pl
13 ./$<
14
15distclean: clean
16clean: