Initial Commit

This commit is contained in:
2026-08-21 06:00:10 -05:00
commit b8537c9e13
6 changed files with 758 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
name: microtest
gpid: malunal
semv: 1.0.0
requires:
- remote: git@git.erasit.com:malunal/config
branch: v1.0.2
- remote: git@git.erasit.com:malunal/types
branch: v1.0.0
targets:
- name: malunal.microtest
type: interface
deps:
- malunal.config
- malunal.types
tests:
- name: malunal.microtest.allinone
type: program
deps:
- malunal.microtest
srcs:
- ./tests/general.c
- ./tests/entry.c
exports:
- malunal.microtest