mirror of
https://github.com/intel/isa-l.git
synced 2025-11-09 23:57:44 +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:
@@ -40,8 +40,7 @@ lsrc_x86_64 += mem/mem_zero_detect_avx.asm \
|
||||
|
||||
extern_hdrs += include/mem_routines.h
|
||||
|
||||
other_src += include/test.h \
|
||||
include/types.h
|
||||
other_src += include/test.h
|
||||
|
||||
check_tests += mem/mem_zero_detect_test
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <string.h>
|
||||
#include "mem_routines.h"
|
||||
#include "test.h"
|
||||
#include "types.h"
|
||||
|
||||
#define TEST_LEN 8*1024
|
||||
#define TEST_TYPE_STR "_warm"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include "mem_routines.h"
|
||||
#include "types.h"
|
||||
#include "test.h"
|
||||
|
||||
#define TEST_MEM 10*1024*1024
|
||||
#define TEST_LEN 8*1024
|
||||
|
||||
Reference in New Issue
Block a user