Bruteforce tests - make compatibility to cl20_trunk branch (#320)

This commit is contained in:
Grzegorz Wawiorko
2019-07-03 13:22:33 +02:00
committed by Kévin Petit
parent 6d2528f398
commit 6c4bd13baa
5 changed files with 515 additions and 486 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -19,9 +19,7 @@
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include "FunctionList.h"
#if defined( __APPLE__ )

View File

@@ -19,8 +19,6 @@
#include <stdint.h>
#endif
#include <float.h>
#include <stdlib.h>
#include <string.h>
#include "FunctionList.h"

View File

@@ -20,8 +20,6 @@
#endif
#include <limits.h>
#include <stdlib.h>
#include <float.h>
#include <string.h>
#include "FunctionList.h"

View File

@@ -17,9 +17,8 @@
#if ! defined( _WIN32)
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include "FunctionList.h"
int TestFunc_Float_UInt(const Func *f, MTdata);