#
# nosleep functional tests Makefile
#

.PHONY: all
all:
	for f in *.sh ; do \
	  echo $$f ; \
	  ./$$f ; \
	done
