Initial Commit
This commit is contained in:
+28
@@ -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
|
||||
Reference in New Issue
Block a user