compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

Use `compio-macros` in tests #95

Closed George-Miao closed 1 year ago

George-Miao commented 1 year ago

This PR change compio::test in tests to compio_macros::test, and make it a mandatory dev dependency. macros feature of compio is optional, meaning tests have to be runned with feature flag. This also makes RA happy (instead of yelling macro not exist).