mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
5 lines
121 B
Bash
5 lines
121 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd test && python tests.py
|
||
|
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|