diff options
author | lloyd <[email protected]> | 2008-10-26 02:18:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 02:18:05 +0000 |
commit | 17231ebbb95cc45cca50eabc4799c3058fc78ee9 (patch) | |
tree | 72b419fcd6a398463ccd0f763dc8bc639ab88b5c /src/selftest/info.txt | |
parent | 6f2a68c40d85026da907c8ce5366998f14a99d9c (diff) |
Move libstate and selftest out of core/ dir to toplevel
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> |