tests: gen_inc_file: fix include syntax

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-10-31 08:45:44 -04:00 committed by Anas Nashif
parent 9b7abb9d8c
commit a7b45d0bfc
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
/* The file.inc contains characters from 0 to 255 */
static const unsigned char inc_file[] = {
#include "file.bin.inc"
#include <file.bin.inc>
};
static const unsigned char gz_inc_file[] = {
#include "file.bin.gz.inc"
#include <file.bin.gz.inc>
};
static const unsigned char compressed_inc_file[] = {