5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-25 05:33:49 +03:00
pve-common/test/Makefile

16 lines
244 B
Makefile
Raw Normal View History

2015-06-25 12:54:31 +03:00
SUBDIRS = etc_network_interfaces
all:
.PHONY: check install clean distclean
check:
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
./lock_file.pl
./calendar_event_test.pl
./convert_size_test.pl
2015-06-25 12:54:31 +03:00
install: check
distclean: clean
clean: