diff options
author | Paul Selkirk <paul@psgd.org> | 2015-11-16 14:35:06 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-11-16 14:35:06 -0500 |
commit | 863f996135a80ff8511360308496056ecee9e47d (patch) | |
tree | 8d27417b41512e2b56595c1f29fdc89a41ff0106 /tests/GNUmakefile | |
parent | eda8daef7822536a59642efc13bb5d0f6b0430ff (diff) |
new test to exercise trng cores
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 2361ede..e68b8d5 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -27,7 +27,7 @@ INC = ../hal.h LIB = ../libhal.a -BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa test-bus +BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa test-bus test-trng CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |