summaryrefslogtreecommitdiff
path: root/cesar/host/test/Makefile
blob: c933ff1c69635be0f11a8c8fa82e83d4b0f961af (plain)
1
2
3
4
5
6
7
8
9
BASE = ../..
EXTRA_HOST_CFLAGS+= -DUNIT_TEST
HOST_PROGRAMS = test_host
test_host_SOURCES = test_host.c test_sci_msg.c test_sci.c \
	test_fcall_param.c test_fcall.c test_probe.c test_netclock.c \
	test_station.c test_system.c #test_phy_hal.c 
test_host_MODULES = lib host

include $(BASE)/common/make/top.mk