Ardour  9.0-pre0-582-g084a23a80d
windows_timer_utils_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class WindowsTimerUtilsTest : public CppUnit::TestFixture
5 {
10 
11 public:
12  void testQPC ();
13  void testMMTimers ();
14 
15 };
CPPUNIT_TEST(testMMTimers)
CPPUNIT_TEST_SUITE(WindowsTimerUtilsTest)