Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Dec 17, 2024
1 parent ee19bdf commit 50dbe55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ tests/freenull*
tests/gost2814789t*
tests/key_schedule*
tests/lhash_test*
tests/mlkem*
tests/mlkem*.c
tests/mlkem*.h
tests/mlkem*.txt
tests/mont*
tests/policy*
tests/rfc3779*
Expand Down
12 changes: 12 additions & 0 deletions tests/mlkemtest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
set -e
TEST=./mlkem1024_decap_tests
if [ -e ./mlkem1024_decap_tests.exe ]; then
TEST=./mlkem1024_decap_tests.exe
fi

if [ -z $srcdir ]; then
srcdir=.
fi

$TEST $srcdir/mlkem1024_decap_tests.txt

0 comments on commit 50dbe55

Please sign in to comment.