X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=test%2FMakefile;h=27489de9b7b06588d5fa44a6d047ab78c591fcc2;hb=d7cafe5124fbfd96a9fa5a01f5a1904c9ccc4850;hp=0a5bb3828630bf6d96d8aa46e7b4abc02b168b37;hpb=d9f86d0d87ba6ec268c54966ea937c0781c70433;p=pve-common.git diff --git a/test/Makefile b/test/Makefile index 0a5bb38..27489de 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,10 +4,13 @@ all: .PHONY: check install clean distclean -check: +export PERLLIB=../src + +check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tests.test format_test.test for d in $(SUBDIRS); do $(MAKE) -C $$d check; done - ./lock_file.pl -install: check +%.test: %.pl + TZ=UTC-1 ./$< + distclean: clean clean: