]> Git Repo - secp256k1.git/blobdiff - src/tests.c
extrakeys: Init empty experimental module
[secp256k1.git] / src / tests.c
index 58d2ad2fa2a5a400a01d93cea4e129feada3ef98..9ad9e32a725d0f2e8aeb7e7120ac1bc15a01af2a 100644 (file)
@@ -5306,6 +5306,10 @@ void run_ecdsa_openssl(void) {
 # include "modules/recovery/tests_impl.h"
 #endif
 
+#ifdef ENABLE_MODULE_EXTRAKEYS
+# include "modules/extrakeys/tests_impl.h"
+#endif
+
 void run_memczero_test(void) {
     unsigned char buf1[6] = {1, 2, 3, 4, 5, 6};
     unsigned char buf2[sizeof(buf1)];
@@ -5612,6 +5616,10 @@ int main(int argc, char **argv) {
     run_recovery_tests();
 #endif
 
+#ifdef ENABLE_MODULE_EXTRAKEYS
+    run_extrakeys_tests();
+#endif
+
     /* util tests */
     run_memczero_test();
 
This page took 0.02326 seconds and 4 git commands to generate.