Evoral testing requires Temporal::reset()

We might roll superclock initialization into Temporal::init()
This commit is contained in:
Paul Davis
2025-10-09 10:58:57 -06:00
parent 698bba6a0a
commit bea740e634

View File

@@ -13,6 +13,7 @@ main()
{
if (!PBD::init ()) return 1;
Temporal::init ();
Temporal::reset ();
CppUnit::TestResult testresult;