branch: scratch/editorconfig-cc
commit 1faf52f0ae80cc5ffb49e9cb253fca9242f5e248
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Always do submodule update when test-ert
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 3fd94ef422..d25311ed80 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ test: test-ert test-core test-metadata $(OBJS)
 
 # ert test
 test-ert: $(ERT_TESTS) $(OBJS)
+       git submodule update --init
        $(EMACS) $(BATCHFLAGS) \
                --eval "(require 'ert) (setq debug-on-error t)" \
                --eval "(setq metadata-el-files '($(MAIN_SRC:%=\"%\")))" \

Reply via email to