From c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 29 Jan 2023 21:51:06 +0000 Subject: Add some tests checking the syntax of scripts The main scripts (iurt/ulri/emi) were not covered by tests, only the libs. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e12dd9..c87ef72 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,7 @@ TESTS = $(wildcard t/*.t) .PHONY: $(TESTS) $(TESTS): perl -Ilib $@ + perl -c ulri + perl -c iurt + perl -c emi check: $(TESTS) -- cgit v1.2.1