all:
	@echo "The legacy Makefile implementation of roottest has been deprecated.  Use ctest instead, see README.md"

tests: all
test: all
cleantest: all
clean: all
perftrack: all
valgrind: all
summary: all

