Skip to content

Commit

Permalink
god i fucknig hate cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 21, 2023
1 parent 1092f35 commit d753689
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ include(CTest)
enable_testing()
add_test(executable, "${CMAKE_SOURCE_DIR}/bin/${TARGET}")
add_test(
NAME checks
COMMAND "python3 ${PROJECT_DIR}/cmake/ctest_checks.py"
#WORKING_DIRECTORY "${PROJECT_DIR}/cmake/"
checks
"python3" "${CMAKE_SOURCE_DIR}/cmake/ctest_checks.py"
)


Expand Down

0 comments on commit d753689

Please sign in to comment.