diff options
author | Paul Selkirk <paul@psgd.org> | 2015-11-16 14:39:52 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-11-16 14:39:52 -0500 |
commit | f77bd81aaaf816bd2ba58d1b592876fb9f5f845a (patch) | |
tree | 4bd29aca355ce77ec8ac6605a3a457496cd6b612 /Makefile | |
parent | 61e42dd3ac55cfb4d86ad1aa928bb1114a3c5e4d (diff) |
add test-trng, test-rsa
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |