commit a796095218b0524f957f76d6f3b501ebda700d44
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Tue Nov 15 21:08:50 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Tue Nov 15 21:08:50 2022 +0100

    Add a check make-target as an alias for test
    
    It's one extra line but helps a bit as the "community" seems to be a bit
    split on how to call it (test or check).
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/Makefile b/Makefile
index e49b50c..93e0ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -308,6 +308,8 @@ $(MAN7:=.7):
 benchmark: $(BENCHMARK)
        for m in $(BENCHMARK); do ./$$m; done
 
+check: test
+
 test: $(TEST)
        for m in $(TEST); do ./$$m; done
 

Reply via email to