zephyr/tests/drivers/gpio/gpio_basic_api/src/Makefile
jing wang b008914e42 tests: add gpio driver test case
the commit include 5 ztest cases, cover the basic gpio APIs
including callback relevant and pin read/write functions.
It proves workable on intel quark c1000 and
arduino 101 platform

Change-Id: Iab30aa841cfa440c1f773b5a8c5ce0d68346c353
Signed-off-by: jing wang <jing.j.wang@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-24 16:24:26 +00:00

3 lines
119 B
Makefile

include $(ZEPHYR_BASE)/tests/Makefile.test
obj-y = main.o test_callback_trigger.o test_callback_manage.o test_pin_rw.o