Ardour  8.7-15-gadf511264b
optimizing_lookup_table.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class OptimizingLookupTableTest : public CppUnit::TestFixture
5 {
14 
15 public:
16  void build_1 ();
17  void build_2 ();
18  void build_negative ();
19  void get_big ();
20  void get_small ();
21  void check_ordering ();
22 };
23 
24 
25 
CPPUNIT_TEST(build_negative)
CPPUNIT_TEST(check_ordering)
CPPUNIT_TEST_SUITE(OptimizingLookupTableTest)