.PHONY: test

PYTHON=python

test:
	echo 100 | ${PYTHON} cpi-cco.py
	echo 100 | ${PYTHON} cpi-rma.py
	echo 100 | ${PYTHON} cpi-dpm.py
