diff options
author | Paul Selkirk <paul@psgd.org> | 2015-10-31 23:00:20 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-10-31 23:00:20 -0400 |
commit | 257033eb2bf3d9e63f2d8e5321605aa51ab172a1 (patch) | |
tree | 22cfe81023714ef6c2fb98a263cf536ec13ab05a /tests/GNUmakefile | |
parent | 274f905d985565c68d4133bed39b626b636e2512 (diff) |
add bus performance test
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 a1cd4b4..2361ede 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 +BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa test-bus CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |