Skip to content

Commit

Permalink
MAKE: added test target
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Dec 15, 2024
1 parent f213cf6 commit a31ec04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ release:
clean:
$(Q)rm -rf $(BUILDDIR)

test:
$(Q)$(CMAKE) --build $(BUILDDIR) --target test

distclean:
$(Q)git clean -fdx

Expand Down

0 comments on commit a31ec04

Please sign in to comment.