aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56340ea..fa67f31 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,12 @@ test/all: test/local test/docker
test/local:
./test/local/test.sh
+.PHONY: test/linux-home
+test/linux-home:
+ ./test/linux-home/test.sh
+
test/docker/%: DO
- cd test && \
+ cd test/docker && \
DISTRO='$*' docker-compose build --pull && \
docker-compose run --rm test && \
docker-compose down -v