add test script bat/sh. Continue work in PR

This commit is contained in:
krande
2022-04-08 10:54:59 +02:00
parent 875a0f5cc5
commit 060e231920
3 changed files with 10 additions and 3 deletions
+4 -3
View File
@@ -44,12 +44,13 @@ requirements:
test:
imports:
- ifcopenshell
requires:
- pytest
- pytest-cov
source_files:
- test
- src/ifcopenshell-python
commands:
- cd test && python tests.py
- cd src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
about:
home: http://ifcopenshell.org
license: LGPL-3.0-or-later
+2
View File
@@ -0,0 +1,2 @@
cd test && python tests.py
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd test && python tests.py
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test