Ardour  9.0-pre0-582-g084a23a80d
sha1_test.h
Go to the documentation of this file.
1 #include <sigc++/sigc++.h>
2 #include <cppunit/TestFixture.h>
3 #include <cppunit/extensions/HelperMacros.h>
4 
5 class Sha1Test : public CppUnit::TestFixture
6 {
10 
11 public:
12  void setUp () {}
13  void tearDown () {}
14 
15  void basicTest ();
16 };
void tearDown()
Definition: sha1_test.h:13
CPPUNIT_TEST_SUITE(Sha1Test)
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST(basicTest)
void setUp()
Definition: sha1_test.h:12
void basicTest()