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