Skip to content

Commit

Permalink
Merge pull request #191 from editorconfig/updateplugintest
Browse files Browse the repository at this point in the history
Update plugin-tests submodule
  • Loading branch information
10sr authored Jan 24, 2019
2 parents 5758aae + affe6fb commit 898998d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test-travis:

# ert test
test-ert: $(ERT_TESTS) $(OBJS)
git submodule update --init
git submodule init
$(EMACS) $(BATCHFLAGS) \
--eval "(setq debug-on-error t)" \
--eval "(require 'ert)" \
Expand All @@ -59,7 +59,7 @@ test-ert: $(ERT_TESTS) $(OBJS)

# Core test
core-test/CMakeLists.txt:
git submodule update --init
git submodule init

test-core: core-test/CMakeLists.txt $(OBJS)
cd $(PROJECT_ROOT_DIR)/core-test && \
Expand Down
2 changes: 1 addition & 1 deletion ert-tests/plugin-tests
Submodule plugin-tests updated 2 files
+395 −0 LICENSE
+7 −0 README.rst

0 comments on commit 898998d

Please sign in to comment.