Newer
Older
mbed-os / features / frameworks / mbed-client-randlib / test / mbed-client-randlib / unittest / randlib / Makefile
@Seppo Takalo Seppo Takalo on 27 Apr 2018 346 bytes Get rid of FEATURE_COMMON_PAL
include ../makefile_defines.txt

COMPONENT_NAME = randLIB_unit

#This must be changed manually
SRC_FILES = \
        ../../../../source/randLIB.c

TEST_SRC_FILES = \
	main.cpp \
        randlibtest.cpp \
        test_randlib.c \
        ../stubs/random_stub.c \

include ../MakefileWorker.mk

CPPUTESTFLAGS += -DFEA_TRACE_SUPPORT -DRANDLIB_PRNG