# directories we need to know
PKGDIR ?= 	..
L4DIR ?= 	$(PKGDIR)/../..

# targets
TARGET = 	test

# include subdir role
include $(L4DIR)/mk/subdir.mk
