GNUmakefile
changeset 10264 d6b9cacfef76
parent 9811 dcc85d72d5b3
child 10883 5c7bb2440f53
--- a/GNUmakefile	Tue Sep 10 18:41:36 2019 +0200
+++ b/GNUmakefile	Thu Sep 12 15:17:12 2019 +0200
@@ -73,6 +73,7 @@
 	$(BUSTED) --lua=$(RUNWITH)
 
 integration-test: all
+	$(MKDIR) data
 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
 	$(SCANSION) -d ./spec/scansion; R=$$? \
 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \