mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
11 lines
103 B
Makefile
11 lines
103 B
Makefile
|
|
PACKAGE_NAME:=ifcquery
|
||
|
|
include ../common.mk
|
||
|
|
|
||
|
|
.PHONY: test
|
||
|
|
test:
|
||
|
|
pytest tests
|
||
|
|
|
||
|
|
.PHONY: qa
|
||
|
|
qa:
|
||
|
|
black .
|