Skip to content

Commit 2a91fee

Browse files
committed
Updated core-test submodule
Also, set EDITORCONFIG_CMD_IS_TARGET false: our test executable is pre-built, not made by cmake.
1 parent fc33e7c commit 2a91fee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
url = https://github.com/editorconfig/editorconfig-plugin-tests.git
44
[submodule "core_tests"]
55
path = tests/core/tests
6-
url = https://github.com/cxw42/editorconfig-core-test.git
7-
branch = cxwtest
6+
url = https://github.com/editorconfig/editorconfig-core-test.git

tests/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if(NOT WIN32)
4545
else()
4646
set(EDITORCONFIG_CMD "${CMAKE_SOURCE_DIR}/editorconfig.bat")
4747
endif()
48+
set(EDITORCONFIG_CMD_IS_TARGET FALSE)
4849

4950
add_subdirectory(tests)
5051

tests/core/tests

0 commit comments

Comments
 (0)