all: vcom 

vcom:
	py.test vcom.py test_*.py

GHDL:
	py.test GHDL.py test_*.py

clean:
	- rm *.o *.out *.v *.vhd *.pyc *~ *.vcd* *.log *_ghdl
