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:
Greg Tucker
2021-06-09 16:25:30 -07:00
parent cfdd3497d1
commit 112dd72c01
27 changed files with 53 additions and 104 deletions

View File

@@ -56,7 +56,7 @@ lsrc_x86_32 += \
extern_hdrs += include/raid.h
other_src += include/test.h include/types.h
other_src += include/test.h
check_tests += raid/xor_gen_test raid/pq_gen_test raid/xor_check_test raid/pq_check_test

View File

@@ -32,7 +32,7 @@
#include<string.h>
#include<stdlib.h>
#include "raid.h"
#include "types.h"
#include "test.h"
#define TEST_SOURCES 16
#define TEST_LEN 1024

View File

@@ -33,7 +33,7 @@
#include<stdlib.h>
#include<limits.h>
#include "raid.h"
#include "types.h"
#include "test.h"
#define TEST_SOURCES 16
#define TEST_LEN 1024

View File

@@ -32,7 +32,7 @@
#include<string.h>
#include<stdlib.h>
#include "raid.h"
#include "types.h"
#include "test.h"
#define TEST_SOURCES 16
#define TEST_LEN 1024

View File

@@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "raid.h"
#include "types.h"
#define TEST_SOURCES 16
#define TEST_LEN 16*1024

View File

@@ -32,7 +32,7 @@
#include<string.h>
#include<stdlib.h>
#include "raid.h"
#include "types.h"
#include "test.h"
#define TEST_SOURCES 16
#define TEST_LEN 1024