Skip to content

Commit

Permalink
Remove C API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 22, 2025
1 parent 9c48fc0 commit 2d80863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ message(STATUS "Build tests: ${BUILD_TESTING}")
if (BUILD_TESTING)
enable_testing()
add_subdirectory(tests)
add_subdirectory(tests_c)
# add_subdirectory(tests_c)
endif()

# Examples
Expand Down

0 comments on commit 2d80863

Please sign in to comment.