summaryrefslogtreecommitdiff
path: root/libcr/tests/test_matrix.c
AgeCommit message (Collapse)Author
2025-04-17tests: Name coroutines foo_cr, not cr_fooLuke T. Shumaker
This makes debugging failing tests easier because gdb-helpers/libcr.py assumes that anything starting with cr_* is internal to libcr.
2024-11-25libcr: Return if all coroutines exitLuke T. Shumaker
2024-11-25libcr: Add very basic testsLuke T. Shumaker