1 2 3
//! Tests it still exits even if no tests to run #![cfg_attr(test, feature(test, custom_test_frameworks))] #![cfg_attr(test, test_runner(beet_core::test_runner))]