aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-12-22 21:46:13 -0500
committerRob Austein <sra@hactrn.net>2015-12-22 21:46:13 -0500
commitc4c6c5e349916c3592fa361c8bda045d67f182d7 (patch)
treebe1f8389bca4ccd8570946909f874fbf8d71161b /tests
parentbbb6e1e88b171a1f29d16e1721d8443dbb91db10 (diff)
Reorder tests to put hideously slow RSA tests at the end.
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile2
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..