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