5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-22 21:33:47 +03:00
pve-common/test/Makefile
Fabian Grünbichler 4d22a9729d tests: run with static TZ value
else tests may randomly fail depending on which local TZ is set..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2021-05-19 18:08:36 +02:00

17 lines
313 B
Makefile

SUBDIRS = etc_network_interfaces
all:
.PHONY: check install clean distclean
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
%.test: %.pl
TZ=UTC-1 ./$<
distclean: clean
clean: