thisdir = qfile
include ../subdir.mk

all: check

test check:
	$(Q)$(s)/dotest

clean:

.PHONY: all check clean test
