about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-01 22:18:04 +0100
committerJames Booth <boothj5@gmail.com>2014-05-01 22:18:04 +0100
commit524b1f2383c6018ab810b79ed9bd8508d3fe03c0 (patch)
tree0076c3fee6aa3e70d9aeca9a6c589a2129d4ad28 /tests/testsuite.c
parentf44cf86f23f7b4183c5864a74e42b9f632c2c640 (diff)
downloadprofani-tty-524b1f2383c6018ab810b79ed9bd8508d3fe03c0.tar.gz
Changed to use gnutls instead of openssl for sha1 hashing
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index eb94cef2..f7d3619a 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -74,6 +74,13 @@ int main(int argc, char* argv[]) {
         unit_test(test_available_is_not_valid_resource_presence_string),
         unit_test(test_unavailable_is_not_valid_resource_presence_string),
         unit_test(test_blah_is_not_valid_resource_presence_string),
+        unit_test(test_sha1_hash1),
+        unit_test(test_sha1_hash2),
+        unit_test(test_sha1_hash3),
+        unit_test(test_sha1_hash4),
+        unit_test(test_sha1_hash5),
+        unit_test(test_sha1_hash6),
+        unit_test(test_sha1_hash7),
 
         unit_test(clear_empty),
         unit_test(reset_after_create),