summaryrefslogtreecommitdiff
path: root/libs/ardour/test/plugins_test.h
blob: 1503b2bde2046e93714aa6d3529f00f84e0aeaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

class PluginsTest : public CppUnit::TestFixture
{
	CPPUNIT_TEST_SUITE (PluginsTest);
	CPPUNIT_TEST (test);
	CPPUNIT_TEST_SUITE_END ();

public:
	void test ();
};