mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
72fc617196
moved test files to submodule to avoid URL requests. Had to turn off (comment) two tests as they were not working but will fix them with new schema update.
17 lines
705 B
Plaintext
17 lines
705 B
Plaintext
[submodule "test/input"]
|
|
path = test/input
|
|
url = https://github.com/IfcOpenShell/files
|
|
ignore = dirty
|
|
[submodule "src/ifcopenshell-python/ifcopenshell/mvd"]
|
|
path = src/ifcopenshell-python/ifcopenshell/mvd
|
|
url = https://github.com/opensourceBIM/python-mvdxml/
|
|
[submodule "src/svgfill"]
|
|
path = src/svgfill
|
|
url = https://github.com/IfcOpenShell/svgfill
|
|
[submodule "src/ifcopenshell-python/ifcopenshell/Sample-BIM-Files"]
|
|
path = src/ifcopenshell-python/ifcopenshell/Sample-BIM-Files
|
|
url = https://github.com/atomczak/Sample-BIM-Files
|
|
[submodule "src/ifcopenshell-python/test/Sample-BIM-Files"]
|
|
path = src/ifcopenshell-python/test/Sample-BIM-Files
|
|
url = https://github.com/atomczak/Sample-BIM-Files
|