update test procedue in Makefile

This commit is contained in:
Junzi Sun
2020-05-23 19:49:07 +02:00
parent 2085a2c432
commit ba84cd7c39
2 changed files with 64 additions and 60 deletions

View File

@@ -8,6 +8,12 @@ ext:
python setup.py build_ext --inplace
test:
make clean
@echo ""
@echo "[Test with py_common]"
python -m pytest tests
@echo ""
@echo "[Test with c_common]"
python setup.py build_ext --inplace
python -m pytest tests