[HLT] Add PWM tests that use DMA as the back end (#3447)

Both a decent DMA test, and slightly more reliable PWM test.
This commit is contained in:
Thad House
2021-06-19 01:21:07 -07:00
committed by GitHub
parent 7253edb1e1
commit e7bedde835
3 changed files with 157 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ class TestEnvironment : public testing::Environment {
fmt::print("Waiting for enable: {}\n", enableCounter++);
}
std::this_thread::sleep_for(500ms);
}
~TestEnvironment() override { m_mockDS.Stop(); }