summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2013-01-31 17:22:06 -0500
committerJeff Moyer <jmoyer@redhat.com>2013-01-31 17:22:06 -0500
commitedbd86368f82615fa26894dcdc2cf4e4435104cb (patch)
tree3f32f845659a89660ac3968f7cf81219636b5b4b
parentb3a5874dfc66d16126a72a4c969075cb30aa351d (diff)
downloadlibaio-edbd86368f82615fa26894dcdc2cf4e4435104cb.tar.gz
respect CFLAGS in the test harness directory
This is useful when, for example, testing the compat layer by building -m32 on a 64 bit platform. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--harness/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/Makefile b/harness/Makefile
index 0bb8e3d..2a88e71 100644
--- a/harness/Makefile
+++ b/harness/Makefile
@@ -6,7 +6,7 @@ PROGS:=$(PARTPROGS) $(EXTRAPROGS)
HARNESS_SRCS:=main.c
# io_queue.c
-CFLAGS=-Wall -Werror -I../src -g -O
+CFLAGS+=-Wall -Werror -I../src -g -O
#-lpthread -lrt
all: $(PROGS)