mirror of
https://github.com/intel/isa-l.git
synced 2025-10-30 05:29:39 +01:00
build: Remove unneeded file types.h
The file types.h has long been misnamed and overlaps with functionality in the test helper routines. Change-Id: I774047d3a0074198b67a6b4e909f1e2ce1938195 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -149,5 +149,4 @@ perf_tests += erasure_code/gf_vect_mul_perf \
|
||||
|
||||
other_tests += erasure_code/gen_rs_matrix_limits
|
||||
|
||||
other_src += include/test.h \
|
||||
include/types.h
|
||||
other_src += include/test.h
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#define TEST_LEN 8192
|
||||
#define TEST_SIZE (TEST_LEN/2)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#define TEST_LEN 8192
|
||||
#define TEST_SIZE (TEST_LEN/2)
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
//By default, test multibinary version
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#ifndef ALIGN_SIZE
|
||||
# define ALIGN_SIZE 16
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#define TEST_LEN 8192
|
||||
#define TEST_SIZE (TEST_LEN/2)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#ifndef FUNCTION_UNDER_TEST
|
||||
# define FUNCTION_UNDER_TEST gf_vect_dot_prod
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memset, memcmp
|
||||
#include "erasure_code.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#ifndef ALIGN_SIZE
|
||||
# define ALIGN_SIZE 32
|
||||
|
||||
Reference in New Issue
Block a user