Skip to content

Commit a31ec04

Browse files
committed
MAKE: added test target
1 parent f213cf6 commit a31ec04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ release:
2323
clean:
2424
$(Q)rm -rf $(BUILDDIR)
2525

26+
test:
27+
$(Q)$(CMAKE) --build $(BUILDDIR) --target test
28+
2629
distclean:
2730
$(Q)git clean -fdx
2831

0 commit comments

Comments
 (0)