]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
bump version to 8.2.1
[pve-common.git] / test / Makefile
index b6fe6e0c4a771912e66f4aa8b350d1b7856af348..4e25a4694d987c5bdb3782ed60fcde22edad820c 100644 (file)
@@ -1,15 +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
-       ./lock_file.pl
-       ./calendar_event_test.pl
-       ./convert_size_test.pl
 
-install: check
+%.test: %.pl
+       TZ=UTC-1 ./$<
+
 distclean: clean
 clean: