]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
cgroup: cpu quota: fix resetting period length for v1
[pve-common.git] / test / Makefile
CommitLineData
936218b8
WB
1SUBDIRS = etc_network_interfaces
2
3all:
4
5.PHONY: check install clean distclean
6
510f865b
TL
7export PERLLIB=../src
8
e37d5924 9check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tests.test format_test.test
936218b8
WB
10 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
11
510f865b 12%.test: %.pl
4d22a972 13 TZ=UTC-1 ./$<
510f865b 14
936218b8
WB
15distclean: clean
16clean: