Skip to content

Commit 5ad1681

Browse files
committed
Add new make target tvs
To simplify generating the necessary testvectors when adding a new algorithm. Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 8be96ac commit 5ad1681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makefile_include.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,11 @@ bins: $(call print-help,bins,Builds the library and all useful demos) $(USEFUL_D
446446
check: test
447447
./test
448448

449+
tvs: sizes constants tv_gen
450+
./tv_gen
451+
./.ci/coverage_more.sh
452+
mv *_tv.txt notes/
453+
449454
#build the doxy files (requires Doxygen, tetex and patience)
450455
doxygen: $(call print-help,doxygen,Builds the doxygen html documentation)
451456
$(MAKE) -C doc/ $@ V=$(V)

0 commit comments

Comments
 (0)