mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 00:23:14 +00:00
11 lines
102 B
Makefile
11 lines
102 B
Makefile
|
|
PACKAGE_NAME:=ifcedit
|
||
|
|
include ../common.mk
|
||
|
|
|
||
|
|
.PHONY: test
|
||
|
|
test:
|
||
|
|
pytest tests
|
||
|
|
|
||
|
|
.PHONY: qa
|
||
|
|
qa:
|
||
|
|
black .
|