]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
bump version to 8.1.2
[pve-common.git] / test / Makefile
CommitLineData
936218b8 1SUBDIRS = etc_network_interfaces
07f136d6
DC
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 \
15645af1 9 is_deeply_test.test \
7d6cc4f1 10 section_config_property_isolation_test.pl \
936218b8
WB
11
12all:
13
14.PHONY: check install clean distclean
15
510f865b
TL
16export PERLLIB=../src
17
07f136d6 18check: $(TESTS)
936218b8
WB
19 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
20
510f865b 21%.test: %.pl
4d22a972 22 TZ=UTC-1 ./$<
510f865b 23
936218b8
WB
24distclean: clean
25clean: