12 lines
161 B
C
Executable file
12 lines
161 B
C
Executable file
#ifndef TEST_H
|
|
#define TEST_H
|
|
|
|
#include "../benches.h"
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
|
|
// CRC tests
|
|
|
|
extern const char CHECK_DATA[9];
|
|
|
|
#endif // !TEST_H
|