This commit is contained in:
Young 2016-05-29 17:47:23 +08:00
Родитель 86769f2eb2
Коммит 7e799a30d4
2 изменённых файлов: 4 добавлений и 3 удалений

3
binding/python/Makefile Normal file
Просмотреть файл

@ -0,0 +1,3 @@
test:
cd ./multiverso && python -m unittest test.TestMultiversoTables.test_array
cd ./multiverso && python -m unittest test.TestMultiversoTables.test_matrix

Просмотреть файл

@ -4,9 +4,7 @@ I presume you followed the [README](../../README.md) and have build multiverso s
# Run tests # Run tests
``` ```
cd ./multiverso make test
python -m unittest test.TestMultiversoTables.test_array
python -m unittest test.TestMultiversoTables.test_matrix
``` ```