Skip to content

Commit

Permalink
Change tests to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Howes committed Nov 24, 2021
1 parent 894f3a2 commit 51b6e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL:=$(shell which bash)
HEADER=@echo "==Starting 'make $@'"
FOOTER=@echo "====Ending 'make $@'"; echo ''

tests : ## Run some test cases
check : ## Run test cases
$(HEADER)
@cd test; for n in *.sh; do bash $$n; err=$$(( err + $$? )); done; exit $$err
$(FOOTER)

0 comments on commit 51b6e91

Please sign in to comment.