]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Compile tests/ by default
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Nov 2009 15:17:14 +0000 (16:17 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Nov 2009 15:17:14 +0000 (16:17 +0100)
fwp/Makefile.omk

index 186f16387432e0926a90941ae768847ae09924e3..b51c919f7eaa39bf70469965b2d05c86efe36185 100644 (file)
@@ -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