mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +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
|