X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2FMakefile;h=85ecac5fb9ec890bce16b18d1c0c260e25ef4cd7;hp=82851cb0aceb1928a043ab7ff91e9702c71cea72;hb=HEAD;hpb=936218b86f0a370dc78a378b7f87cfc5b4efc450 diff --git a/test/Makefile b/test/Makefile index 82851cb..4e25a46 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,12 +1,25 @@ SUBDIRS = etc_network_interfaces +TESTS = lock_file.test \ + calendar_event_test.test \ + convert_size_test.test \ + procfs_tests.test \ + format_test.test \ + section_config_test.test \ + api_parameter_test.test \ + is_deeply_test.test \ + section_config_property_isolation_test.pl \ all: .PHONY: check install clean distclean -check: +export PERLLIB=../src + +check: $(TESTS) for d in $(SUBDIRS); do $(MAKE) -C $$d check; done -install: check +%.test: %.pl + TZ=UTC-1 ./$< + distclean: clean clean: