test:
	make -C v1
	make -C v2
	make -C v3
	make -C v4
	make -C v5
	make -C v6


clean:
	rm -f */*_parser.py
	rm -f */*_model.py
