2025-07-14 18:47:25 +02:00
|
|
|
.PHONY: test
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
python -m unittest discover -s tests/unit -p "test_*.py"
|
2025-09-11 20:45:30 +02:00
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
@echo ">> Installation instructions:"
|
|
|
|
|
@echo " This software can be installed with pkgmgr under the alias 'baudolo':"
|
|
|
|
|
@echo " pkgmgr install baudolo"
|
|
|
|
|
@echo ""
|
|
|
|
|
@echo " 📦 pkgmgr project page:"
|
|
|
|
|
@echo " https://github.com/kevinveenbirkenbach/package-manager"
|