diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -30,4 +30,7 @@ TESTS = $(wildcard t/*.t) .PHONY: $(TESTS) $(TESTS): perl -Ilib $@ + perl -c ulri + perl -c iurt + perl -c emi check: $(TESTS) @@ -1,3 +1,6 @@ +- Add some tests checking the syntax of iurt/ulri/emi as the main scripts + are not covered by test. + 0.8.1 - iurt: Fix getting a retriable install_deps_failure instead of missing_dep when some DynamicBuildRequires can't be resolved. |