Skip to content

Commit

Permalink
Proper Python file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Mar 14, 2024
1 parent 54bad1b commit 344b949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/core_tests_ecompile_watch.cmake
@@ -1,6 +1,6 @@
find_package(Python3 COMPONENTS Interpreter REQUIRED QUIET)
execute_process(
COMMAND ${Python3_EXECUTABLE} ${testdir}/watch-tests.py ${ecompile}
COMMAND ${Python3_EXECUTABLE} ${testdir}/ecompile_watch_test.py ${ecompile}
COMMAND_ECHO STDOUT
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
RESULT_VARIABLE res
Expand Down
File renamed without changes.

0 comments on commit 344b949

Please sign in to comment.