thisdir = qtbz2
include ../subdir.mk

all: check

test check:
	$(s)/dotest

clean:

.PHONY: all check clean test
