]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
bump version to 8.2.1
[pve-common.git] / test / Makefile
index 82851cb0aceb1928a043ab7ff91e9702c71cea72..4e25a4694d987c5bdb3782ed60fcde22edad820c 100644 (file)
@@ -1,12 +1,25 @@
 SUBDIRS = etc_network_interfaces
+TESTS = lock_file.test                 \
+       calendar_event_test.test        \
+       convert_size_test.test          \
+       procfs_tests.test               \
+       format_test.test                \
+       section_config_test.test        \
+       api_parameter_test.test         \
+       is_deeply_test.test             \
+       section_config_property_isolation_test.pl \
 
 all:
 
 .PHONY: check install clean distclean
 
-check:
+export PERLLIB=../src
+
+check: $(TESTS)
        for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
 
-install: check
+%.test: %.pl
+       TZ=UTC-1 ./$<
+
 distclean: clean
 clean: