diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |