aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-02 18:28:18 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-02 18:28:21 +0100
commite2e618894ed86470c89ab78c9e032a809ce7c227 (patch)
tree9c089d15c22230a1e3c8616e578d4e2e18ade7f4 /Makefile
parentadd Docker tests for older bash-es (diff)
downloadconfig-links-e2e618894ed86470c89ab78c9e032a809ce7c227.tar.gz
config-links-e2e618894ed86470c89ab78c9e032a809ce7c227.zip
move unit tests to test/unit/
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf78947..ddc4349 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ test/all: test/local test/docker
.PHONY: test/local
test/local:
- ./test/test.sh
+ ./test/unit/test.sh
test/docker/%: DO
cd test && \