Skip to content

Commit 9807356

Browse files
committed
test: move directory to t/
This is what `prove` expects. Signed-off-by: Felipe Contreras <[email protected]>
1 parent 3fd3026 commit 9807356

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ lint:
4747
shellcheck -s sh $(scripts)
4848

4949
test: all
50-
$(MAKE) -C test
50+
$(MAKE) -C t
5151

5252
.PHONY: all install uninstall doc lint test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)