Statistics
| Branch: | Tag: | Revision:

root / volk / lib / qa_16s_branch_4_state_8_aligned16.h @ f51c4dc7

History | View | Annotate | Download (449 Bytes)

1
#ifndef INCLUDED_QA_16S_BRANCH_4_STATE_8_ALIGNED16_H
2
#define INCLUDED_QA_16S_BRANCH_4_STATE_8_ALIGNED16_H
3
4
#include <cppunit/extensions/HelperMacros.h>
5
#include <cppunit/TestCase.h>
6
7
class qa_16s_branch_4_state_8_aligned16 : public CppUnit::TestCase {
8
9
  CPPUNIT_TEST_SUITE (qa_16s_branch_4_state_8_aligned16);
10
  CPPUNIT_TEST (t1);
11
  CPPUNIT_TEST_SUITE_END ();
12
13
 private:
14
  void t1 ();
15
};
16
17
18
#endif /* INCLUDED_QA_16S_BRANCH_4_STATE_8_ALIGNED16_H */