]> Git Repo - secp256k1.git/blob - src/modules/extrakeys/tests_impl.h
9d1d80e18dc5ca3cd284d1be13e82b98975a57f7
[secp256k1.git] / src / modules / extrakeys / tests_impl.h
1 /**********************************************************************
2  * Copyright (c) 2020 Jonas Nick                                      *
3  * Distributed under the MIT software license, see the accompanying   *
4  * file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5  **********************************************************************/
6
7 #ifndef _SECP256K1_MODULE_EXTRAKEYS_TESTS_
8 #define _SECP256K1_MODULE_EXTRAKEYS_TESTS_
9
10 #include "secp256k1_extrakeys.h"
11
12 void run_extrakeys_tests(void) {
13     /* TODO */
14 }
15
16 #endif
This page took 0.01519 seconds and 2 git commands to generate.