summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-04-20 07:15:48 +0200
committerStef Walter <stefw@collabora.co.uk>2011-04-20 07:16:05 +0200
commit22c86f22dc3441af04daf9c82cf44f1d85a9ffec (patch)
treed5b3a2658b7bd10b2d2d591062a2f4e7698d03c0
parent33c2185da08e665eb949b155f9edaa8c4618d0f0 (diff)
downloadgnome-keyring-22c86f22dc3441af04daf9c82cf44f1d85a9ffec.tar.gz
egg: Run the hkdf tests
* These seem to have dropped out during a previous refactoring
-rw-r--r--.gitignore1
-rw-r--r--egg/tests/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bc10dd50..528a4c8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,6 +87,7 @@ run-tests
/egg/tests/test-dh
/egg/tests/test-dn
/egg/tests/test-hex
+/egg/tests/test-hkdf
/egg/tests/test-oid
/egg/tests/test-openssl
/egg/tests/test-padding
diff --git a/egg/tests/Makefile.am b/egg/tests/Makefile.am
index 4f7fa48b..d72bbda7 100644
--- a/egg/tests/Makefile.am
+++ b/egg/tests/Makefile.am
@@ -18,6 +18,7 @@ TEST_PROGS = \
test-dn \
test-cleanup \
test-hex \
+ test-hkdf \
test-oid \
test-secmem \
test-padding \