add test target

This commit is contained in:
ars
2026-05-24 17:25:57 +03:00
parent a1b2e522ab
commit c92c5195ce
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: all client server clean
.PHONY: all client server test clean
all: client server
@@ -8,5 +8,8 @@ client:
server:
pyinstaller --onefile src/nexus_sync/server/__main__.py --name nexus-sync-server
test:
pytest
clean:
rm -rf build dist *.spec