ascon: move tests to api.c and introduce framework to split up api.c

This commit is contained in:
Juliusz Sosinowicz
2025-01-29 13:39:59 +01:00
parent cd047a35f2
commit bcde4bdebb
7 changed files with 273 additions and 31 deletions

4
tests/api/include.am Normal file
View File

@@ -0,0 +1,4 @@
if BUILD_TESTS
tests_unit_test_SOURCES += tests/api/ascon.c
endif
EXTRA_DIST += tests/api/ascon.h