summaryrefslogtreecommitdiff
path: root/cesar/host/test/Makefile
blob: 12f8cdc7d88c40111abff4a1f94aa9a6cb48356a (plain)
1
2
3
4
5
6
7
8
9
10
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_host_MODULES = lib host
test_host_CONFIG_MODULES = mac/common

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