Skip to content

Commit 0f6bf6f

Browse files
Drop lsptest cmake target.
1 parent edcf7e9 commit 0f6bf6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,4 @@ endif()
138138

139139
if (TESTS AND NOT EMSCRIPTEN)
140140
add_subdirectory(test)
141-
142-
add_custom_target(lsptest
143-
COMMAND ./scripts/test_solidity_lsp.py
144-
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
145-
DEPENDS solc
146-
)
147141
endif()

0 commit comments

Comments
 (0)