add ignoring results of some tests

This commit is contained in:
merlokk
2019-09-16 17:37:18 +03:00
parent f7ae7f44ca
commit c5ea6b54ce
3 changed files with 19 additions and 6 deletions

View File

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