mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 01:07:01 +00:00
Enable the SFF unit test.
This commit is contained in:
1
packages/base/any/onlp/src/sff/utest/.gitignore
vendored
Normal file
1
packages/base/any/onlp/src/sff/utest/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*_utest.mk
|
||||
15
packages/base/any/onlp/src/sff/utest/Makefile
Normal file
15
packages/base/any/onlp/src/sff/utest/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user