diff options
author | Rob Austein <sra@hactrn.net> | 2015-12-22 21:46:13 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-12-22 21:46:13 -0500 |
commit | c4c6c5e349916c3592fa361c8bda045d67f182d7 (patch) | |
tree | be1f8389bca4ccd8570946909f874fbf8d71161b | |
parent | bbb6e1e88b171a1f29d16e1721d8443dbb91db10 (diff) |
Reorder tests to put hideously slow RSA tests at the end.
-rw-r--r-- | tests/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 596bf0f..50b33a1 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -29,7 +29,7 @@ INC = ../hal.h LIB = ../libhal.a -BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa test-bus test-trng +BIN = test-aes-key-wrap test-hash test-pbkdf2 test-ecdsa test-bus test-trng test-rsa CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |