Rework, no version bump

This commit is contained in:
2026-08-24 05:16:09 -05:00
parent 83bd4a3492
commit e99d393df2
7 changed files with 1164 additions and 1297 deletions
+7 -1
View File
@@ -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