summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-08-31 11:19:02 -0500
committerGitHub <noreply@github.com>2020-08-31 11:19:02 -0500
commit2078f5ceffa2918d6797cb96e14d76c38735eebd (patch)
tree9fce2b6bd8eac3eaabf8b5972b61062e2144c3d1 /Makefile
parent32f1516d2ae1fa422b8b4966a6c61cbef1729aa2 (diff)
parent2fd5898643d075857ef0bdb4e24db3c7fdd79863 (diff)
downloadvyos-build-2078f5ceffa2918d6797cb96e14d76c38735eebd.tar.gz
vyos-build-2078f5ceffa2918d6797cb96e14d76c38735eebd.zip
Merge pull request #120 from jestabro/vyos-configd
configd: T2582: support for vyos config script daemon configd: T2582: add option to run testsuite with daemon (default off) configd: T2582: enable vyos-configd.service configd: T2582: add build dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60376e09..92cd08ec 100644
--- a/Makefile
+++ b/Makefile
@@ -230,6 +230,15 @@ test:
fi
scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
+.PHONY: testd
+.ONESHELL:
+testd:
+ if [ ! -f build/live-image-amd64.hybrid.iso ]; then
+ echo "Could not find build/live-image-amd64.hybrid.iso"
+ exit 1
+ fi
+ scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso
+
.PHONY: clean
.ONESHELL:
clean: