Enable the SFF unit test.

This commit is contained in:
Jeffrey Townsend
2017-07-07 16:28:55 +00:00
parent 5b1d3751c1
commit 188d02f518
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
*_utest.mk

View File

@@ -0,0 +1,15 @@
###############################################################################
#
#
#
###############################################################################
include $(ONL)/make/config.amd64.mk
MODULE := sff_utest
TEST_MODULE := sff
DEPENDMODULES := AIM BigList cjson_util cjson IOF
GLOBAL_CFLAGS += -DAIM_CONFIG_INCLUDE_MODULES_INIT=1
GLOBAL_CFLAGS += -DAIM_CONFIG_INCLUDE_MAIN=1
GLOBAL_CFLAGS += -DSFF_CONFIG_INCLUDE_EXT_CC_CHECK=1
GLOBAL_CFLAGS += -DSFF_CONFIG_INCLUDE_DATABASE=1
GLOBAL_LINK_LIBS += -lrt -lpthread -lm
include $(BUILDER)/build-unit-test.mk