Skip to content

Commit 2767c67

Browse files
kyle-githubCopilot
andcommitted
Remove the old lower level symmetric coroutine API. It is not used or exposed.
Co-authored-by: Copilot <copilot@github.com>
1 parent 2ba09ff commit 2767c67

5 files changed

Lines changed: 124 additions & 652 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ set(TESTS
213213
test_yafl_suspend_resume
214214
test_yafl_guard
215215
test_yafl_many
216+
test_yafl_watermark
216217
)
217218

218219
# Create static library
@@ -233,7 +234,7 @@ endforeach()
233234
# Testing
234235
# ============================================================================
235236

236-
enable_testing()
237+
include(CTest)
237238

238239
# Ensure all test-related output goes to the build directory only
239240
set_property(GLOBAL PROPERTY CTEST_TARGETS_ADDED TRUE)

tests/test_yafl_api.c

Lines changed: 0 additions & 360 deletions
This file was deleted.

0 commit comments

Comments
 (0)