]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
bump version to 8.2.1
[pve-common.git] / test / Makefile
index 4467f5bccf235044f88c8f0fe849990df367c242..4e25a4694d987c5bdb3782ed60fcde22edad820c 100644 (file)
@@ -1,4 +1,13 @@
 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:
 
@@ -6,11 +15,11 @@ all:
 
 export PERLLIB=../src
 
-check: lock_file.test calendar_event_test.test convert_size_test.test
+check: $(TESTS)
        for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
 
 %.test: %.pl
-       ./$<
+       TZ=UTC-1 ./$<
 
 distclean: clean
 clean: