.PHONY: all clean zvfs test run-test all: zvfs zvfs: $(MAKE) -C src test: $(MAKE) -C tests clean: $(MAKE) -C src clean $(MAKE) -C tests clean