aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fd6c98..bb6e7c1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SELF-TESTS = fmc-test led-test short-test uart-test fmc-perf
vpath %.c self-test
# apps originally written for unix-like environment
-LIBHAL-TESTS = cores test-bus test-hash test-aes-key-wrap test-pbkdf2 #test-ecdsa #test-rsa
+LIBHAL-TESTS = cores test-bus test-trng test-hash test-aes-key-wrap test-pbkdf2 test-ecdsa test-rsa
vpath %.c libhal/tests libhal/utils
# absolute path, because we're going to be passing -I cflags to sub-makes