X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2FMakefile;h=894093bca016c321b37405ac565cf1e3de7945bd;hp=82851cb0aceb1928a043ab7ff91e9702c71cea72;hb=a4f181a37e2d3cfd116f7739f3e9f68ced99add3;hpb=936218b86f0a370dc78a378b7f87cfc5b4efc450 diff --git a/test/Makefile b/test/Makefile index 82851cb..894093b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,6 +6,8 @@ all: check: for d in $(SUBDIRS); do $(MAKE) -C $$d check; done + ./lock_file.pl + ./calendar_event_test.pl install: check distclean: clean