mirror of https://github.com/ARMmbed/mbed-os.git
19 lines
346 B
Makefile
19 lines
346 B
Makefile
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
|
|
|