From 48345de7d4d93f824931568417fc17d2c009df32 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sat, 1 Oct 2016 20:21:16 +0100 Subject: [PATCH] Update ember build scripts --- gui/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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.