]> git.proxmox.com Git - pve-common.git/blob - test/Makefile
bump version to 8.2.1
[pve-common.git] / test / Makefile
1 SUBDIRS = etc_network_interfaces
2 TESTS = lock_file.test \
3 calendar_event_test.test \
4 convert_size_test.test \
5 procfs_tests.test \
6 format_test.test \
7 section_config_test.test \
8 api_parameter_test.test \
9 is_deeply_test.test \
10 section_config_property_isolation_test.pl \
11
12 all:
13
14 .PHONY: check install clean distclean
15
16 export PERLLIB=../src
17
18 check: $(TESTS)
19 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
20
21 %.test: %.pl
22 TZ=UTC-1 ./$<
23
24 distclean: clean
25 clean: