Files
IfcOpenShell/conda/run_test.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
223 B
Bash
Raw Normal View History

2022-04-08 10:54:59 +02:00
#!/bin/bash
2022-04-11 17:18:50 +02:00
# Hack while we do not have bcf-client on our conda ifcopenshell channel yet
# pip install bcf-client
2022-04-08 10:54:59 +02:00
cd test && python tests.py
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test