Added -pthread to test/Makefile::CFLAGS

This commit is contained in:
Sergey Lyubka 2014-10-17 20:12:29 +01:00
parent cf53959f34
commit 710b888122

View File

@ -3,7 +3,7 @@
PROG = unit_test
PROF_FLAGS = -fprofile-arcs -ftest-coverage -g -O0 -DGUI
CFLAGS = -W -Wall -I.. $(PROF_FLAGS) $(CFLAGS_EXTRA)
CFLAGS = -W -Wall -pthread -I.. $(PROF_FLAGS) $(CFLAGS_EXTRA)
SOURCES = $(PROG).c
all: $(PROG)