mailtest utility for testing the mail subsystem
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m6s
Build documentation / build-and-deploy (push) Successful in 2m57s

This commit is contained in:
2026-04-01 00:19:09 +02:00
parent 568283c089
commit 12fa3ee11b
6 changed files with 69 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ apps := \
spin \
ce \
sdutil \
usb
usb \
mailtest
all_apps:
@for d in $(apps); do make -C $$d platform=$(platform) all; done