From c4c6c5e349916c3592fa361c8bda045d67f182d7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 22 Dec 2015 21:46:13 -0500 Subject: Reorder tests to put hideously slow RSA tests at the end. --- tests/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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.. -- cgit v1.2.3