split slow tests

This commit is contained in:
Philippe Teuwen
2019-09-21 18:32:07 +02:00
parent e7d67fc2b0
commit 782feb934a
9 changed files with 43 additions and 17 deletions

View File

@@ -17,5 +17,5 @@
#define __CRYPTO_TEST_H
#include <stdbool.h>
int exec_crypto_test(bool verbose);
int exec_crypto_test(bool verbose, bool include_slow_tests);
#endif