X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2FMakefile;h=b6fe6e0c4a771912e66f4aa8b350d1b7856af348;hp=0a5bb3828630bf6d96d8aa46e7b4abc02b168b37;hb=8010ddfdc00813f5de98ed5e931122c3df95d634;hpb=d9f86d0d87ba6ec268c54966ea937c0781c70433 diff --git a/test/Makefile b/test/Makefile index 0a5bb38..b6fe6e0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,6 +7,8 @@ all: check: for d in $(SUBDIRS); do $(MAKE) -C $$d check; done ./lock_file.pl + ./calendar_event_test.pl + ./convert_size_test.pl install: check distclean: clean