X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2FMakefile;h=85ecac5fb9ec890bce16b18d1c0c260e25ef4cd7;hp=0a5bb3828630bf6d96d8aa46e7b4abc02b168b37;hb=83b0b7d185adb0aba1c36cd29999f5ad925f07eb;hpb=d9f86d0d87ba6ec268c54966ea937c0781c70433 diff --git a/test/Makefile b/test/Makefile index 0a5bb38..85ecac5 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 + ./$< + distclean: clean clean: