all:
	$(MAKE) -C .. dash_test
clean:
	$(MAKE) -C .. dash_test_clean
check:
	$(MAKE) -C .. dash_test_check
