diff --git a/gui/Makefile b/gui/Makefile index 171db3c8..f135bae8 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -23,6 +23,15 @@ default: @echo "Choose a Makefile target:" @$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print " - " $$1}}' | sort +# The `make test` command runs the +# preconfigured tests found in the +# prject directory. + +.PHONY: tests +tests: + @echo "Tests..." + npm test + # The `make setup` command installs # the 3rd party dependencies needed # to run this package.