Add file structure for automatic unit-testing

This commit is contained in:
2024-09-30 17:20:11 +02:00
parent e323ef4783
commit 396662bf7c
10 changed files with 31 additions and 2 deletions

View File

@@ -79,6 +79,11 @@ distclean: clean
$(E) "[REM] $(BINDIR)"
$(Q) $(RMR) $(BINDIR)
.PHONY: check
check:
$(E) "[CHK] Not implemented."
$(Q) true
.PHONY: listen
listen: opt/tools/serial-listen
$(E) "[RUN] $<"