]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
Add tests for verify_configid
[pve-common.git] / test / Makefile
index 0a5bb3828630bf6d96d8aa46e7b4abc02b168b37..85ecac5fb9ec890bce16b18d1c0c260e25ef4cd7 100644 (file)
@@ -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: