From 59ceb7f10f39ddb205a14779de3ba58224f93254 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 1 May 2015 10:14:45 +0100 Subject: Ensure length is correctly initialised in tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73dba09..2827729 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ ifeq ($(HOST),x86_64-linux-gnu) REQUIRED_LIBS := $(REQUIRED_LIBS) rt endif -TESTCFLAGGS := -g -O2 +TESTCFLAGS := -g -O2 TESTLDFLAGS := -lm -l$(COMPONENT) $(TESTLDFLAGS) include $(NSBUILD)/Makefile.top -- cgit v1.2.3