Skip to content

Commit e394164

Browse files
committed
Minor fixes to ensure tests build properly
1 parent 3584962 commit e394164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC?=gcc
2-
CFLAGS:=-Wall -Werror -Wextra -I.
2+
CFLAGS:=-Wall -Werror -Wextra -I. -D_GNU_SOURCE
33
CFLAGS+=-g -ggdb
44
LDFLAGS+=-pthread
55

src/test/test_linux_eventloop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "config.h"
3131
#include "wolfip.h"
3232

33-
#define TEST_SIZE (8 * 1024)
33+
#define TEST_SIZE (4 * 1024)
3434

3535
#define BUFFER_SIZE TEST_SIZE
3636

0 commit comments

Comments
 (0)