Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this is now enabled by default. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Migrate the testsuite tests/kernel/timer/cycle64 to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
Previously cycle64 was under `samples/`. It's been moved to `tests/` and has been marked with `slow: True` so that it will not disrupt CI by adding excessive delays. Fixes #40367 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>