]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
partially revert: daemon: refactor and cleanup
[pve-common.git] / test / Makefile
index 82851cb0aceb1928a043ab7ff91e9702c71cea72..894093bca016c321b37405ac565cf1e3de7945bd 100644 (file)
@@ -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