aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2023-01-29 21:51:06 +0000
committerPascal Terjan <pterjan@mageia.org>2023-01-29 21:51:06 +0000
commitc4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4 (patch)
tree128a42c367c8d9125dce2f845a8feb4f7ceab5fd /Makefile
parent61f2ef4bb6946e4ccac9502c8a062a75ebd59311 (diff)
downloadiurt-c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4.tar
iurt-c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4.tar.gz
iurt-c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4.tar.bz2
iurt-c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4.tar.xz
iurt-c4c4d2e1d0982f260b4c4dbffc4aac5f90d9cdc4.zip
Add some tests checking the syntax of scripts
The main scripts (iurt/ulri/emi) were not covered by tests, only the libs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)