]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
section config: allow full property-isolation for plugins
[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 \
936218b8
WB
10
11all:
12
13.PHONY: check install clean distclean
14
510f865b
TL
15export PERLLIB=../src
16
07f136d6 17check: $(TESTS)
936218b8
WB
18 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
19
510f865b 20%.test: %.pl
4d22a972 21 TZ=UTC-1 ./$<
510f865b 22
936218b8
WB
23distclean: clean
24clean: