Skip to content

Commit

Permalink
I FUCKIGN HATE CMAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 21, 2023
1 parent d753689 commit 91ad17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ set_property(TARGET ${TARGET} PROPERTY CXX_STANDARD_REQUIRED ON)

# CTest stuff
include(CTest)
find_package(Python REQUIRED)
enable_testing()
add_test(executable, "${CMAKE_SOURCE_DIR}/bin/${TARGET}")
add_test(
checks
"python3" "${CMAKE_SOURCE_DIR}/cmake/ctest_checks.py"
${Python_EXECUTABLE} "${CMAKE_SOURCE_DIR}/cmake/ctest_checks.py"
)


Expand Down

0 comments on commit 91ad17b

Please sign in to comment.