]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
JSONSchema: add support for array parameter in api calls, cli and config
[pve-common.git] / test / Makefile
index 5c64867ba084d7f584047616f11c234246b04849..82f40abc36343733ca3328cedbf21d292d19acd6 100644 (file)
@@ -1,4 +1,11 @@
 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         \
 
 all:
 
@@ -6,7 +13,7 @@ all:
 
 export PERLLIB=../src
 
-check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tests.test format_test.test section_config_test.test
+check: $(TESTS)
        for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
 
 %.test: %.pl