Rework, no version bump
This commit is contained in:
+7
-1
@@ -5,6 +5,8 @@ semv: 1.0.0
|
||||
requires:
|
||||
- remote: git@git.erasit.com:malunal/allocators
|
||||
branch: v1.0.0
|
||||
- remote: git@git.erasit.com:malunal/microtest
|
||||
branch: v1.0.0
|
||||
- remote: git@git.erasit.com:malunal/types
|
||||
branch: v1.0.0
|
||||
|
||||
@@ -17,14 +19,18 @@ targets:
|
||||
srcs:
|
||||
- ./sources/container.c
|
||||
- ./sources/vector.c
|
||||
- ./sources/table.c
|
||||
|
||||
tests:
|
||||
- name: vector_tests
|
||||
- name: malunal.containers.allinone
|
||||
type: program
|
||||
deps:
|
||||
- malunal.containers
|
||||
- malunal.microtest
|
||||
srcs:
|
||||
- ./tests/vector_container.c
|
||||
- ./tests/table_container.c
|
||||
- ./tests/containers.c
|
||||
|
||||
exports:
|
||||
- malunal.containers
|
||||
|
||||
Reference in New Issue
Block a user