Logo
Explore Help
Sign In
kevinveenbirkenbach/automtu
1
0
Fork 0
You've already forked automtu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
v1.0.0
automtu/Makefile

13 lines
308 B
Makefile
Raw Permalink Normal View History

refactor: convert script to automtu package with CI workflow https://chatgpt.com/share/697112b2-0410-800f-93ff-9372b603d43f
2026-01-21 18:53:44 +01:00
PYTHON ?= python3
Add wg-mtu-auto initial implementation, documentation, and unit tests - Added main.py: automatic WireGuard MTU calculation and PMTU probing - Added test.py: unittests covering base, PMTU, and fallback scenarios - Added Makefile: includes test target and install guidance - Added README.md: usage, pkgmgr installation, and MIT license Reference: https://chatgpt.com/share/68efc179-1a10-800f-9656-1e8731b40546
2025-10-15 19:56:43 +02:00
.PHONY: test install help
help:
@echo "Targets:"
@echo " make test - run unit tests"
@echo " make install - print installation guidance"
@echo " make help - this help"
test:
refactor: convert script to automtu package with CI workflow https://chatgpt.com/share/697112b2-0410-800f-93ff-9372b603d43f
2026-01-21 18:53:44 +01:00
@PYTHONPATH="$(CURDIR)/src" "$(PYTHON)" -m unittest discover -s tests/unit -p "test_*.py" -v
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 18ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API