From 534c2b3a77832387928e497d11954490eb7d1c30 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 29 Mar 2020 00:33:39 -0400 Subject: [PATCH] build: Test-compile gloat.pl to check for big-bugs Perl's test-compile feature catches a lot of compilation errors (i.e. dropped semicolon, mismatched parens, etc), that can give wacky output (especially for people unfamiliar with it). Now just to put this Makefile in a builds.sr.ht recipe... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5866330..ad10ccb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ test: + perl -c gloat.pl perl t/Card.t perl t/Game.t -- libgit2 1.1.1