refactor: fix the makefile problems

This commit is contained in:
airone01
2026-01-24 18:46:05 +01:00
parent 22de4eb11a
commit 856739af67
9 changed files with 119 additions and 31 deletions

5
tests/main.c Normal file
View File

@@ -0,0 +1,5 @@
#include "tests.h"
int main(void) {
libunit_launcher();
}