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

24 lines
405 B
Makefile
Raw Normal View History

2015-06-25 12:54:31 +03:00
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 \
2015-06-25 12:54:31 +03:00
all:
.PHONY: check install clean distclean
export PERLLIB=../src
check: $(TESTS)
2015-06-25 12:54:31 +03:00
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
%.test: %.pl
TZ=UTC-1 ./$<
2015-06-25 12:54:31 +03:00
distclean: clean
clean: