X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2FMakefile;h=b6fe6e0c4a771912e66f4aa8b350d1b7856af348;hp=82851cb0aceb1928a043ab7ff91e9702c71cea72;hb=8010ddfdc00813f5de98ed5e931122c3df95d634;hpb=936218b86f0a370dc78a378b7f87cfc5b4efc450 diff --git a/test/Makefile b/test/Makefile index 82851cb..b6fe6e0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,6 +6,9 @@ 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