]> git.proxmox.com Git - pve-common.git/blame_incremental - test/Makefile
bump version to 8.2.1
[pve-common.git] / test / Makefile
... / ...
CommitLineData
1SUBDIRS = etc_network_interfaces
2TESTS = 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
12all:
13
14.PHONY: check install clean distclean
15
16export PERLLIB=../src
17
18check: $(TESTS)
19 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
20
21%.test: %.pl
22 TZ=UTC-1 ./$<
23
24distclean: clean
25clean: