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

@@ -12,5 +12,5 @@
#define __CRYPTOTEST_H
#include <stdbool.h>
int ExecuteCryptoTests(bool verbose, bool ignore_time);
int ExecuteCryptoTests(bool verbose, bool ignore_time, bool include_slow_tests);
#endif