make init
make compile
make sv #default is PEcube_sv
make sv SV_NAME=xxx_sv #specific target
make testAll #run all tests
make testOnly #default is MMAU.MMAUTestExpect
make testOnly TEST_NAME=packageName.testName #specific target
make pythonGen #default is MMAUtestGen.py
make pythonGen PYTHON_NAME=xxx.py #specific target
make clean