MidiClock_SlaveTest: add basic framework
[ardour.git] / libs / ardour / test / midi_clock_slave_test.cpp
1 #include <sigc++/sigc++.h>
2 #include "midi_clock_slave_test.h"
3
4 using namespace std;
5 using namespace ARDOUR;
6
7 CPPUNIT_TEST_SUITE_REGISTRATION( MIDIClock_SlaveTest );
8
9 void
10 MIDIClock_SlaveTest::testStepResponse ()
11 {
12   //CPPUNIT_ASSERT_EQUAL ((uint32_t)(NUM_SAMPLES * linear.speed()), result);    
13   cerr << "Frozz";
14 }
15
16