Vector reword + map
This commit is contained in:
+5
-2
@@ -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/assert
|
||||
branch: v1.0.0
|
||||
- remote: git@git.erasit.com:malunal/microtest
|
||||
branch: v1.0.0
|
||||
- remote: git@git.erasit.com:malunal/types
|
||||
@@ -15,11 +17,12 @@ targets:
|
||||
type: archive
|
||||
deps:
|
||||
- malunal.allocators
|
||||
- malunal.assert
|
||||
- malunal.types
|
||||
srcs:
|
||||
- ./sources/container.c
|
||||
- ./sources/vector.c
|
||||
- ./sources/table.c
|
||||
- ./sources/map.c
|
||||
|
||||
tests:
|
||||
- name: malunal.containers.allinone
|
||||
@@ -29,7 +32,7 @@ tests:
|
||||
- malunal.microtest
|
||||
srcs:
|
||||
- ./tests/vector_container.c
|
||||
- ./tests/table_container.c
|
||||
- ./tests/map_container.c
|
||||
- ./tests/containers.c
|
||||
|
||||
exports:
|
||||
|
||||
Reference in New Issue
Block a user