make vec test split into .h and .c files
This commit is contained in:
9
tests/generic/vec.h
Normal file
9
tests/generic/vec.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __TESTS_VEC_H__
|
||||
#define __TESTS_VEC_H__
|
||||
|
||||
#define GENERIC_TYPE int
|
||||
#define GENERIC_NAME IntVec
|
||||
#define GENERIC_PREFIX int_vec
|
||||
#include <ds/generic/vec.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user