From 447ae149ff5948fbe88b9b99f543c675a1cf0e48 Mon Sep 17 00:00:00 2001 From: ge Date: Sat, 14 May 2022 04:56:17 +0300 Subject: [PATCH] feat: Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 885ef53..99439c6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ help: tests: # See bats(1), https://bats-core.readthedocs.io/en/latest/index.html - for test in $(tests_dir)/*.bats; do bats --verbose-run --print-output-on-failure "$$@" "$$test"; done + for test in $(tests_dir)/*.bats; do bats --verbose-run --print-output-on-failure "$$test"; done docs: builddir # See rst2man(1), rst2html(1), https://docutils.sourceforge.io/docs/index.html