Skip to content

Commit

Permalink
[ADD] Run test rule to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipbs committed Jan 14, 2024
1 parent fa7c669 commit 7d28d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ $(NAME):
stack build --copy-bins . --local-bin-path .
mv glados-exe $(NAME)

run_tests:
stack test

clean:
stack clean

fclean:
stack clean
rm -f $(NAME)

re: fclean all
re: fclean all

0 comments on commit 7d28d65

Please sign in to comment.