update make file
This commit is contained in:
Родитель
86769f2eb2
Коммит
7e799a30d4
|
@ -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
|
||||
```
|
||||
cd ./multiverso
|
||||
python -m unittest test.TestMultiversoTables.test_array
|
||||
python -m unittest test.TestMultiversoTables.test_matrix
|
||||
make test
|
||||
```
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче