aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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..