From: Michal Sojka Date: Mon, 9 Nov 2009 15:17:14 +0000 (+0100) Subject: Compile tests/ by default X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/8351a8cb6c3213cea6e4121604540a028c2c81c5 Compile tests/ by default --- diff --git a/fwp/Makefile.omk b/fwp/Makefile.omk index 186f163..b51c919 100644 --- a/fwp/Makefile.omk +++ b/fwp/Makefile.omk @@ -1,6 +1,6 @@ default_CONFIG = CONFIG_FWP=y ifeq ($(CONFIG_FWP),y) -SUBDIRS = lib mngr wme_test +SUBDIRS = lib mngr wme_test tests CFLAGS+= -Wall -Wextra -D_REENTRANT endif