blob: 51693c4d84e10ef8d4ca06c8170894bd492b6112 [file] [log] [blame]
LEVEL = ../..
DIRS := lib Driver docs tools
include $(LEVEL)/Makefile.common
test::
@ $(MAKE) -C test
report::
@ $(MAKE) -C test report
clean::
@ $(MAKE) -C test clean
.PHONY: test report clean