zephyr/tests/drivers/entropy/api/Makefile
Vikram Singh Shekhawat cbbec3db70 tests: entropy: Add Entropy driver test case
This test runs with ztest suite. It will verify get_entropy
operation of entropy driver.

Signed-off-by: Vikram Singh Shekhawat <vikramx.shekhawat@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-28 23:06:51 -04:00

5 lines
74 B
Makefile

BOARD ?= esp32
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.test