diff options
Diffstat (limited to 'src/selftest/info.txt')
-rw-r--r-- | src/selftest/info.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/selftest/info.txt b/src/selftest/info.txt new file mode 100644 index 000000000..49df21643 --- /dev/null +++ b/src/selftest/info.txt @@ -0,0 +1,24 @@ +realname "Selftests" + +define SELFTESTS + +load_on auto + +<requires> +hex +des +aes +sha1 +sha2 +hmac +ecb +cbc +cfb +ofb +ctr +</requires> + +<add> +selftest.cpp +selftest.h +</add> |